add custom path for OpenBLAS
This commit is contained in:
parent
909c2024ac
commit
6209d8fb6d
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
SET(Open_BLAS_INCLUDE_SEARCH_PATHS
|
||||
/usr/include
|
||||
/usr/include/openblas
|
||||
|
@ -8,6 +6,7 @@ SET(Open_BLAS_INCLUDE_SEARCH_PATHS
|
|||
/usr/local/include/openblas
|
||||
/usr/local/include/openblas-base
|
||||
/opt/OpenBLAS/include
|
||||
/usr/local/OpenBLAS/include
|
||||
$ENV{OpenBLAS_HOME}
|
||||
$ENV{OpenBLAS_HOME}/include
|
||||
)
|
||||
|
@ -22,6 +21,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
|
|||
/usr/local/lib
|
||||
/usr/local/lib64
|
||||
/opt/OpenBLAS/lib
|
||||
/usr/local/OpenBLAS/lib
|
||||
$ENV{OpenBLAS}cd
|
||||
$ENV{OpenBLAS}/lib
|
||||
$ENV{OpenBLAS_HOME}
|
||||
|
|
Loading…
Reference in New Issue