mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 13:19:51 -05:00
FindLAPACK: Update FlexiBLAS
This commit is contained in:
committed by
Brad King
parent
285c518937
commit
8fdbd272b5
@@ -418,17 +418,21 @@ if(NOT LAPACK_NOT_FOUND_MESSAGE)
|
||||
# FlexiBLAS? (http://www.mpi-magdeburg.mpg.de/mpcsc/software/FlexiBLAS/)
|
||||
if(NOT LAPACK_LIBRARIES
|
||||
AND (BLA_VENDOR STREQUAL "FlexiBLAS" OR BLA_VENDOR STREQUAL "All"))
|
||||
set(_lapack_flexiblas_lib "flexiblas")
|
||||
|
||||
check_lapack_libraries(
|
||||
LAPACK_LIBRARIES
|
||||
LAPACK
|
||||
cheev
|
||||
""
|
||||
"flexiblas"
|
||||
"${_lapack_flexiblas_lib}"
|
||||
""
|
||||
""
|
||||
""
|
||||
"${BLAS_LIBRARIES}"
|
||||
)
|
||||
|
||||
unset(_lapack_flexiblas_lib)
|
||||
endif()
|
||||
|
||||
# OpenBLAS? (http://www.openblas.net)
|
||||
|
||||
Reference in New Issue
Block a user