Unverified Commit 6fc503d2 authored by scott-vsi's avatar scott-vsi Committed by GitHub
Browse files

link against openblasp (#2028)

openblasp is a parallel implementation of openblas with pthreads found on Centos/Fedora
parent 1380e6b9
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment