From bcc45ae9a20c253403e10c49062b861729f3dd81 Mon Sep 17 00:00:00 2001 From: Karol Herbst Date: Mon, 22 Jan 2024 12:28:59 +0100 Subject: [PATCH] Add openblas PATH_SUFFIX to FindCBLAS This is needed on e.g. Fedora to find openblas. --- cmake/Modules/FindCBLAS.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/FindCBLAS.cmake b/cmake/Modules/FindCBLAS.cmake index ee6419e6..6a6136a3 100644 --- a/cmake/Modules/FindCBLAS.cmake +++ b/cmake/Modules/FindCBLAS.cmake @@ -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"