Add openblas PATH_SUFFIX to FindCBLAS (#525)

This is needed on e.g. Fedora to find openblas.
pull/526/head
Karol Herbst 2024-02-07 20:11:10 +01:00 committed by GitHub
parent 162783a414
commit 32ad2a67ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"