link against openblasp (#2028)

openblasp is a parallel implementation of openblas with pthreads found on Centos/Fedora
This commit is contained in:
scott-vsi 2020-03-18 21:45:51 -04:00 committed by GitHub
parent 1380e6b95f
commit 6fc503d242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,7 +192,7 @@ if (UNIX OR MINGW)
INCLUDE (CheckFunctionExists)
if (NOT blas_found)
find_library(cblas_lib openblas PATHS ${extra_paths})
find_library(cblas_lib NAMES openblasp openblas PATHS ${extra_paths})
if (cblas_lib)
set(blas_libraries ${cblas_lib})
set(blas_found 1)