Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
14e4bc52
Commit
14e4bc52
authored
May 28, 2015
by
PRUVOST Florent
Browse files
add netlib refblas possible lib names to look for in FindBLAS.cmake
parent
f8cf79d6
Changes
1
Show whitespace changes
Inline
Side-by-side
cmake_modules/morse/find/FindBLAS.cmake
View file @
14e4bc52
...
...
@@ -1028,16 +1028,20 @@ endif (BLA_VENDOR STREQUAL "NAS" OR BLA_VENDOR STREQUAL "All")
# Generic BLAS library?
if
(
BLA_VENDOR STREQUAL
"Generic"
OR BLA_VENDOR STREQUAL
"All"
)
if
(
NOT BLAS_LIBRARIES
)
set
(
BLAS_SEARCH_LIBS
"blas;blas_LINUX;blas_MAC;blas_WINDOWS"
)
foreach
(
SEARCH_LIB
${
BLAS_SEARCH_LIBS
}
)
if
(
BLAS_LIBRARIES
)
else
()
check_fortran_libraries
(
BLAS_LIBRARIES
BLAS
sgemm
""
"blas
"
"
${
SEARCH_LIB
}
"
""
)
endif
()
endforeach
()
endif
(
BLA_VENDOR STREQUAL
"Generic"
OR BLA_VENDOR STREQUAL
"All"
)
...
...
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