mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-14 10:19:56 -06:00
FindBLAS: Search for libblas from ATLAS vendor
Symbols such as `cblas_ccopy` are defined in `libblas.a` but NOT IN `libf77blas.a`. Fixes: #14320
This commit is contained in:
committed by
Brad King
parent
735d731119
commit
85f4d580c9
@@ -517,7 +517,7 @@ if (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All")
|
||||
BLAS
|
||||
dgemm
|
||||
""
|
||||
"f77blas;atlas"
|
||||
"blas;f77blas;atlas"
|
||||
""
|
||||
)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user