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
d4d6f57c
Commit
d4d6f57c
authored
Aug 03, 2014
by
Dave Moxey
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some fixes for Linux ThirdParty compilation
parent
645a7313
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cmake/ThirdPartyPETSc.cmake
cmake/ThirdPartyPETSc.cmake
+4
-1
No files found.
cmake/ThirdPartyPETSc.cmake
View file @
d4d6f57c
...
...
@@ -33,6 +33,9 @@ IF (NEKTAR_USE_PETSC)
CONFIGURE_COMMAND ./configure
--with-cc=
${
PETSC_C_COMPILER
}
--with-cxx=
${
PETSC_CXX_COMPILER
}
--with-shared-libraries=0
--with-pic=1
--with-x=0
--prefix=
${
TPSRC
}
/dist
--with-petsc-arch=c-opt
--with-fc=0
...
...
@@ -41,7 +44,7 @@ IF (NEKTAR_USE_PETSC)
INCLUDE_DIRECTORIES
(
${
TPSRC
}
/dist/include
)
SET
(
PETSC_LIBRARIES
"
${
TPSRC
}
/dist/lib/libpetsc.a"
)
MESSAGE
(
STATUS
"
Will b
uild PETSc"
)
MESSAGE
(
STATUS
"
B
uild PETSc
:
${
PETSC_LIBRARIES
}
"
)
ELSE
(
THIRDPARTY_BUILD_PETSC
)
INCLUDE
(
FindPETSc
)
IF
(
NOT PETSC_FOUND
)
...
...
Kilian Lackhove
@lackhove
mentioned in merge request
!646 (merged)
·
Jul 07, 2016
mentioned in merge request
!646 (merged)
mentioned in merge request !646
Toggle commit list
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