Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion cmake/modules/FindOpenBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SET(Open_BLAS_INCLUDE_SEARCH_PATHS
/usr/local/include
/usr/include
/usr/local/opt/openblas/include
/opt/homebrew/opt/openblas/include
)

SET(Open_BLAS_LIB_SEARCH_PATHS
Expand All @@ -73,6 +74,7 @@ SET(Open_BLAS_LIB_SEARCH_PATHS
/usr/lib64
/usr/lib
/usr/local/opt/openblas/lib
/opt/homebrew/opt/openblas/lib
)

FIND_PATH(OpenBLAS_INCLUDE_DIR NAMES f77blas.h PATHS ${Open_BLAS_INCLUDE_SEARCH_PATHS} NO_DEFAULT_PATH)
Expand Down Expand Up @@ -108,4 +110,4 @@ MARK_AS_ADVANCED(
OpenBLAS_INCLUDE_DIR
OpenBLAS_LIB
OpenBLAS
)
)