add custom path for OpenBLAS

This commit is contained in:
Faruk D 2018-02-28 10:30:29 +01:00
parent 909c2024ac
commit 6209d8fb6d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,3 @@
SET(Open_BLAS_INCLUDE_SEARCH_PATHS SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/include /usr/include
/usr/include/openblas /usr/include/openblas
@ -8,6 +6,7 @@ SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/local/include/openblas /usr/local/include/openblas
/usr/local/include/openblas-base /usr/local/include/openblas-base
/opt/OpenBLAS/include /opt/OpenBLAS/include
/usr/local/OpenBLAS/include
$ENV{OpenBLAS_HOME} $ENV{OpenBLAS_HOME}
$ENV{OpenBLAS_HOME}/include $ENV{OpenBLAS_HOME}/include
) )
@ -22,6 +21,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
/usr/local/lib /usr/local/lib
/usr/local/lib64 /usr/local/lib64
/opt/OpenBLAS/lib /opt/OpenBLAS/lib
/usr/local/OpenBLAS/lib
$ENV{OpenBLAS}cd $ENV{OpenBLAS}cd
$ENV{OpenBLAS}/lib $ENV{OpenBLAS}/lib
$ENV{OpenBLAS_HOME} $ENV{OpenBLAS_HOME}