Search for generic BLAS and LAPACK implementations

This commit is contained in:
Carles Fernandez 2019-03-23 00:43:01 +01:00
parent c877e74565
commit a94e74def2
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 3 additions and 0 deletions

View File

@ -1335,6 +1335,9 @@ if(OS_IS_MACOSX)
# Avoid using the implementation that comes with the Accelerate framework
include(AvoidAccelerate)
else()
if(NOT BLA_VENDOR)
set(BLA_VENDOR "Generic")
endif()
find_package(BLAS)
set_package_properties(BLAS PROPERTIES
URL "http://www.netlib.org/blas/"