Skip to content

Commit

Permalink
Add openblas PATH_SUFFIX to FindCBLAS (#525)
Browse files Browse the repository at this point in the history
This is needed on e.g. Fedora to find openblas.
  • Loading branch information
karolherbst authored Feb 7, 2024
1 parent 162783a commit 32ad2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindCBLAS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ find_path(CBLAS_INCLUDE_DIRS
HINTS ${CBLAS_HINTS}
PATH_SUFFIXES
include inc include/x86_64 include/x64
openblas/include include/blis blis/include blis/include/blis
openblas openblas/include include/blis blis/include blis/include/blis
Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers
PATHS ${CBLAS_PATHS}
DOC "Netlib BLAS include header cblas.h"
Expand Down

0 comments on commit 32ad2a6

Please sign in to comment.