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:
Eisuke Kawashima
2019-12-02 15:07:20 +09:00
committed by Brad King
parent 735d731119
commit 85f4d580c9

View File

@@ -517,7 +517,7 @@ if (BLA_VENDOR STREQUAL "ATLAS" OR BLA_VENDOR STREQUAL "All")
BLAS
dgemm
""
"f77blas;atlas"
"blas;f77blas;atlas"
""
)
endif()