Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
61c19433
Commit
61c19433
authored
Jan 16, 2015
by
Dave Moxey
Browse files
Fix a few issues with headers, minor output changes
parent
024fb913
Changes
3
Hide whitespace changes
Inline
Side-by-side
cmake/ThirdPartyBoost.cmake
View file @
61c19433
...
...
@@ -7,7 +7,7 @@
########################################################################
#If the user has not set BOOST_ROOT, look in a couple common places first.
MESSAGE
(
STATUS
"Searching for Boost"
)
MESSAGE
(
STATUS
"Searching for Boost
:
"
)
SET
(
NEEDED_BOOST_LIBS thread iostreams date_time filesystem system
program_options regex
)
IF
(
BOOST_ROOT
)
...
...
cmake/ThirdPartyMetis.cmake
View file @
61c19433
...
...
@@ -2,7 +2,7 @@
#
# ThirdParty configuration for Nektar++
#
#
Loki headers
library
#
Modified METIS
library
#
########################################################################
...
...
cmake/ThirdPartyPETSc.cmake
View file @
61c19433
...
...
@@ -68,7 +68,7 @@ IF (NEKTAR_USE_PETSC)
"PETSc includes"
FORCE
)
LINK_DIRECTORIES
(
${
TPDIST
}
/lib
)
MESSAGE
(
STATUS
"Build PETSc:
${
PETSC_LIBRARIES
}
"
)
MESSAGE
(
STATUS
"Build PETSc:
${
TPDIST
}
/
${
LIB_DIR
}
/lib
${
PETSC_LIBRARIES
}
.a
"
)
SET
(
PETSC_CONFIG_INCLUDE_DIR
${
TPINC
}
)
ELSE
(
THIRDPARTY_BUILD_PETSC
)
INCLUDE
(
FindPETSc
)
...
...
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