]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Ensure that ShapeRecognition links against cblas master
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 4 Nov 2024 15:36:08 +0000 (16:36 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 4 Nov 2024 15:36:08 +0000 (16:36 +0100)
CMakeLists.txt

index f2edb8383fd08f68192331488b543c4eda70998a..70b858006a3027074a1a5a1dcb460ce4b9fa12ee 100644 (file)
@@ -218,7 +218,7 @@ IF(UNIX)
   ENDIF(LAPACK_ROOT_DIR)
   FIND_PACKAGE(LAPACK REQUIRED)
   FIND_LIBRARY(LAPACKE_LIB NAMES lapacke REQUIRED)
-  SET(LAPACK_LIBRARIES ${LAPACKE_LIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES})
+  SET(LAPACK_LIBRARIES ${LAPACKE_LIB} ${LAPACK_LIBRARIES} ${BLAS_LIBRARIES} ${CBLAS_LIBRARIES})
   FIND_PATH(LAPACKE_INCLUDE_DIRS NAMES lapacke.h HINTS ${LAPACK_LIBRARIES})
   IF(LAPACK_FOUND)
     MESSAGE(STATUS "Lapacke libraries: ${LAPACK_LIBRARIES}")