"...transform/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "27b008b9b1b1221ee911d8097b763127d7e987f0"
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) ...@@ -192,7 +192,7 @@ if (UNIX OR MINGW)
INCLUDE (CheckFunctionExists) INCLUDE (CheckFunctionExists)
if (NOT blas_found) 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) if (cblas_lib)
set(blas_libraries ${cblas_lib}) set(blas_libraries ${cblas_lib})
set(blas_found 1) 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