Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
MMFSolver
Nektar
Commits
4ac20f04
Commit
4ac20f04
authored
Dec 02, 2012
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable automatic ThirdParty build of some libraries by default.
parent
601d404d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
cmake/ThirdPartyLoki.cmake
cmake/ThirdPartyLoki.cmake
+1
-1
cmake/ThirdPartyMPI.cmake
cmake/ThirdPartyMPI.cmake
+1
-1
cmake/ThirdPartyMetis.cmake
cmake/ThirdPartyMetis.cmake
+1
-1
cmake/ThirdPartySpblastk.cmake
cmake/ThirdPartySpblastk.cmake
+1
-1
cmake/ThirdPartyTinyxml.cmake
cmake/ThirdPartyTinyxml.cmake
+1
-1
No files found.
cmake/ThirdPartyLoki.cmake
View file @
4ac20f04
# Loki
SET
(
THIRDPARTY_BUILD_LOKI O
FF
CACHE BOOL
SET
(
THIRDPARTY_BUILD_LOKI O
N
CACHE BOOL
"Build TinyXML library from ThirdParty."
)
IF
(
THIRDPARTY_BUILD_LOKI
)
...
...
cmake/ThirdPartyMPI.cmake
View file @
4ac20f04
SET
(
NEKTAR_USE_MPI OFF CACHE BOOL
"Use MPICH2 for parallelisation."
)
SET
(
THIRDPARTY_BUILD_GSMPI O
FF
CACHE BOOL
SET
(
THIRDPARTY_BUILD_GSMPI O
N
CACHE BOOL
"Build GSMPI if needed"
)
IF
(
NEKTAR_USE_MPI
)
...
...
cmake/ThirdPartyMetis.cmake
View file @
4ac20f04
SET
(
THIRDPARTY_BUILD_METIS O
FF
CACHE BOOL
SET
(
THIRDPARTY_BUILD_METIS O
N
CACHE BOOL
"Build ModMetis library from ThirdParty"
)
IF
(
THIRDPARTY_BUILD_METIS
)
...
...
cmake/ThirdPartySpblastk.cmake
View file @
4ac20f04
SET
(
THIRDPARTY_BUILD_NIST_SPBLASTK O
FF
CACHE BOOL
SET
(
THIRDPARTY_BUILD_NIST_SPBLASTK O
N
CACHE BOOL
"Build NIST Sparse BLAS"
)
IF
(
THIRDPARTY_BUILD_NIST_SPBLASTK
)
...
...
cmake/ThirdPartyTinyxml.cmake
View file @
4ac20f04
...
...
@@ -3,7 +3,7 @@ SET(NEKTAR_USE_TINYXML_STL ON CACHE BOOL
"Use STL with TinyXML library."
)
MARK_AS_ADVANCED
(
NEKTAR_USE_TINYXML_STL
)
SET
(
THIRDPARTY_BUILD_TINYXML O
FF
CACHE BOOL
SET
(
THIRDPARTY_BUILD_TINYXML O
N
CACHE BOOL
"Build TinyXML library from ThirdParty."
)
IF
(
THIRDPARTY_BUILD_TINYXML
)
...
...
Write
Preview
Markdown
is supported
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