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
Jennifer Ryan
Nektar
Commits
85bee57a
Commit
85bee57a
authored
Apr 13, 2017
by
Dave Moxey
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix/lapack' into 'master'
fix lapack dependencies See merge request !763
parents
f06db8fb
8e039f61
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGELOG.md
CHANGELOG.md
+1
-0
library/LibUtilities/CMakeLists.txt
library/LibUtilities/CMakeLists.txt
+3
-0
No files found.
CHANGELOG.md
View file @
85bee57a
...
...
@@ -20,6 +20,7 @@ v4.4.1
-
Remove m_offset_elmt_id and GetOffsetElmtId which fixed problems in 2D when
quad elements are listed before tri elements (!758)
-
Remove the duplicate output of errorutil (!756)
-
Fix BLAS CMake dependencies (!763)
-
Fix interpolation issue with Lagrange basis functions (!768)
**FieldConvert**
:
...
...
library/LibUtilities/CMakeLists.txt
View file @
85bee57a
...
...
@@ -484,6 +484,9 @@ IF( NEKTAR_USE_BLAS_LAPACK )
TARGET_LINK_LIBRARIES
(
LibUtilities LINK_PUBLIC
${
NATIVE_LAPACK
}
${
NATIVE_BLAS
}
)
ENDIF
(
NEKTAR_USE_SYSTEM_BLAS_LAPACK
)
IF
(
THIRDPARTY_BUILD_BLAS_LAPACK
)
ADD_DEPENDENCIES
(
LibUtilities lapack-3.7.0
)
ENDIF
()
ENDIF
(
NEKTAR_USE_BLAS_LAPACK
)
IF
(
NEKTAR_USE_PETSC
)
...
...
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