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
Julia
Nektar
Commits
2b88e72c
Commit
2b88e72c
authored
Apr 05, 2017
by
Michael Turner
Browse files
fix lapack dependencies
parent
9825170f
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/LibUtilities/CMakeLists.txt
View file @
2b88e72c
...
@@ -484,6 +484,11 @@ IF( NEKTAR_USE_BLAS_LAPACK )
...
@@ -484,6 +484,11 @@ IF( NEKTAR_USE_BLAS_LAPACK )
TARGET_LINK_LIBRARIES
(
LibUtilities LINK_PUBLIC
${
NATIVE_LAPACK
}
${
NATIVE_BLAS
}
)
TARGET_LINK_LIBRARIES
(
LibUtilities LINK_PUBLIC
${
NATIVE_LAPACK
}
${
NATIVE_BLAS
}
)
ENDIF
(
NEKTAR_USE_SYSTEM_BLAS_LAPACK
)
ENDIF
(
NEKTAR_USE_SYSTEM_BLAS_LAPACK
)
IF
(
THIRDPARTY_BUILD_BLAS_LAPACK
)
ADD_DEPENDENCIES
(
LibUtilities lapack-3.7.0
)
ENDIF
()
ENDIF
(
NEKTAR_USE_BLAS_LAPACK
)
ENDIF
(
NEKTAR_USE_BLAS_LAPACK
)
IF
(
NEKTAR_USE_PETSC
)
IF
(
NEKTAR_USE_PETSC
)
...
...
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