FindBLAS: Update FLAME

This commit is contained in:
Igor S. Gerasimov
2021-08-07 11:19:54 +03:00
committed by Brad King
parent bf048d2ddd
commit 84b7e2e15d
+5 -1
View File
@@ -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/)