Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
morse_cmake
Commits
7c36e259
Commit
7c36e259
authored
Mar 05, 2018
by
Xavier Lacoste
Browse files
remove extra libraries not requires with ESSL 5.5
parent
48f38636
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/find/FindBLAS.cmake
View file @
7c36e259
...
...
@@ -1014,7 +1014,7 @@ if (BLA_VENDOR STREQUAL "IBMESSL" OR BLA_VENDOR STREQUAL "All")
BLAS
sgemm
""
"essl
;xlfmath;xlf90_r;blas
"
"essl"
""
)
if
(
NOT BLAS_FIND_QUIETLY
)
...
...
@@ -1041,7 +1041,7 @@ if (BLA_VENDOR STREQUAL "IBMESSLMT" OR BLA_VENDOR STREQUAL "All")
BLAS
sgemm
""
"esslsmp
;xlsmp;xlfmath;xlf90_r;blas
"
"esslsmp"
""
)
if
(
NOT BLAS_FIND_QUIETLY
)
...
...
modules/find/FindLAPACK.cmake
View file @
7c36e259
...
...
@@ -506,7 +506,7 @@ if(BLAS_FOUND)
LAPACK
cheevd
""
"essl
;lapack
"
"essl"
"
${
BLAS_LIBRARIES
}
"
""
)
...
...
@@ -531,7 +531,7 @@ if(BLAS_FOUND)
LAPACK
cheevd
""
"esslsmp
;lapack
"
"esslsmp"
"
${
BLAS_PAR_LIBRARIES
}
"
""
)
...
...
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