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
Nektar
Nektar
Commits
acd8cff5
Commit
acd8cff5
authored
Mar 18, 2014
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing file
parent
d53763f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
cmake/ThirdPartyPETSc.cmake
cmake/ThirdPartyPETSc.cmake
+22
-0
No files found.
cmake/ThirdPartyPETSc.cmake
0 → 100644
View file @
acd8cff5
OPTION
(
NEKTAR_USE_PETSC
"Enable PETSc parallel matrix solver support."
OFF
)
CMAKE_DEPENDENT_OPTION
(
THIRDPARTY_BUILD_PETSC
"Build PETSc if needed"
ON
"NEKTAR_USE_PETSC"
OFF
)
IF
(
NEKTAR_USE_PETSC
)
IF
(
THIRDPARTY_BUILD_PETSC
)
# TODO
ELSE
(
THIRDPARTY_BUILD_PETSC
)
INCLUDE
(
FindPETSc
)
MESSAGE
(
STATUS
"Found PETSc:
${
PETSC_LIBRARIES
}
"
)
ENDIF
(
THIRDPARTY_BUILD_PETSC
)
ENDIF
(
NEKTAR_USE_PETSC
)
INCLUDE_DIRECTORIES
(
${
PETSC_INCLUDES
}
)
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