Skip to content

Commit

Permalink
Merge pull request #2990 from mattdawkins/add-openblas-path
Browse files Browse the repository at this point in the history
Add extra OpenBLAS include search path
  • Loading branch information
jeffdonahue committed Sep 2, 2015
2 parents cbb2ed1 + 4f64b9e commit e8e660d
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 @@ -2,8 +2,10 @@

SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/include
/usr/include/openblas
/usr/include/openblas-base
/usr/local/include
/usr/local/include/openblas
/usr/local/include/openblas-base
/opt/OpenBLAS/include
$ENV{OpenBLAS_HOME}
Expand Down

0 comments on commit e8e660d

Please sign in to comment.