Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
gregor.olenik
OGL
Commits
0693ef50
Commit
0693ef50
authored
Apr 12, 2021
by
Gregor Olenik
Browse files
add third_party folder
parent
a4ceb096
Changes
2
Hide whitespace changes
Inline
Side-by-side
third_party/CMakeLists.txt
0 → 100644
View file @
0693ef50
ginkgo_add_subdirectory
(
Ginkgo ginkgo
)
set
(
CMAKE_MODULE_PATH
"
${
CMAKE_MODULE_PATH
}
"
PARENT_SCOPE
)
third_party/ginkgo/CMakeLists.txt
0 → 100644
View file @
0693ef50
# TODO pass flags from main CMAKE file
ginkgo_load_git_package
(
ginkgo_external
"https://github.com/ginkgo-project/ginkgo.git"
"develop"
"-DGINKGO_BUILD_CUDA=off"
"-DGINKGO_BUILD_HIP=off"
"-DGINKGO_BUILD_OMP=off"
"-DGINKGO_BUILD_TESTS=off"
"-DGINKGO_BUILD_EXAMPLES=off"
"-DGINKGO_BUILD_BENCHMARKS=off"
"-DGINKGO_BUILD_REFERENCE=on"
"-DCMAKE_BUILD_TYPE=Release"
"-DGINKGO_BUILD_HWLOC=off"
"-DCMAKE_INSTALL_PREFIX=install"
"-DBUILD_SHARED_LIBS=on"
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment