mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
link against openblasp (#2028)
openblasp is a parallel implementation of openblas with pthreads found on Centos/Fedora
This commit is contained in:
parent
1380e6b95f
commit
6fc503d242
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user