mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
FindBLAS: Update FLAME
This commit is contained in:
committed by
Brad King
parent
bf048d2ddd
commit
84b7e2e15d
@@ -765,18 +765,22 @@ endif()
|
||||
|
||||
# FLAME's blis library? (https://github.com/flame/blis)
|
||||
if(BLA_VENDOR STREQUAL "FLAME" OR BLA_VENDOR STREQUAL "All")
|
||||
set(_blas_flame_lib "blis")
|
||||
|
||||
if(NOT BLAS_LIBRARIES)
|
||||
check_blas_libraries(
|
||||
BLAS_LIBRARIES
|
||||
BLAS
|
||||
sgemm
|
||||
""
|
||||
"blis"
|
||||
"${_blas_flame_lib}"
|
||||
""
|
||||
""
|
||||
""
|
||||
)
|
||||
endif()
|
||||
|
||||
unset(_blas_flame_lib)
|
||||
endif()
|
||||
|
||||
# BLAS in the ATLAS library? (http://math-atlas.sourceforge.net/)
|
||||
|
||||
Reference in New Issue
Block a user