Commit 1397e44d authored by Michael Tesch's avatar Michael Tesch
Browse files

additional openblas search path hint, bump to v0.4.3

parent 4c84be4f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#
cmake_minimum_required (VERSION 3.1)
project (cppduals
  VERSION 0.4.2
  VERSION 0.4.3
  LANGUAGES C CXX
  )
include (GNUInstallDirs)
+2 −2
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ if (CPPDUALS_BENCHMARK)
    HINTS ${CBLAS_HINTS}
    PATH_SUFFIXES
    include inc include/x86_64 include/x64
    openblas/include
    openblas/include openblas
#    Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers
    PATHS ${CBLAS_PATHS}
    DOC "LAPACK(E) include header lapacke.h")
@@ -162,7 +162,7 @@ if (CPPDUALS_BENCHMARK)
    HINTS ${CBLAS_HINTS}
    PATH_SUFFIXES
    include inc include/x86_64 include/x64
    openblas/include
    openblas/include openblas
#    Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers
    PATHS ${CBLAS_PATHS}
    DOC "BLAS include header cblas.h")