Skip to content

Commit

Permalink
Find_LAPACKE, add openblas folder to search for cblas
Browse files Browse the repository at this point in the history
  • Loading branch information
phcerdan committed Aug 2, 2018
1 parent 2c1cd48 commit 6147a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindLAPACKE.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ endif()
find_path(LAPACKE_CBLAS_INCLUDE_DIR
NAMES cblas.h
PATHS ${LAPACKE_SEARCH_PATHS}
PATH_SUFFIXES include include/lapack)
PATH_SUFFIXES include include/lapack include/openblas)
find_path(LAPACKE_LAPACKE_INCLUDE_DIR
NAMES lapacke.h
PATHS ${LAPACKE_SEARCH_PATHS}
Expand Down

0 comments on commit 6147a8d

Please sign in to comment.