Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add brew/osx search path for openblas (#5821)
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland authored and piiswrong committed Apr 13, 2017
1 parent 1200759 commit 9efb2d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/Modules/FindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/local/include/openblas
/usr/local/include/openblas-base
/opt/OpenBLAS/include
/usr/local/opt/openblas/include
${PROJECT_SOURCE_DIR}/3rdparty/OpenBLAS/include
${PROJECT_SOURCE_DIR}/thirdparty/OpenBLAS/include
${OpenBLAS_HOME}
Expand All @@ -28,6 +29,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
/usr/local/lib
/usr/local/lib64
/opt/OpenBLAS/lib
/usr/local/opt/openblas/lib
${PROJECT_SOURCE_DIR}/3rdparty/OpenBLAS/lib
${PROJECT_SOURCE_DIR}/thirdparty/OpenBLAS/lib
${OpenBLAS_DIR}
Expand Down

0 comments on commit 9efb2d9

Please sign in to comment.