From 2d5f707f09b565ad4e819f4a088f32683a4f7049 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Thu, 23 Nov 2017 00:13:44 +0100
Subject: [PATCH] Replace BLAS/LAPACK library by the seq version

---
 CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bf1ca389..e7d5b4c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,8 +89,9 @@ add_library(pastix_spm
 
 target_link_libraries(pastix_spm
   ${LAPACKE_LIBRARIES}
-  ${LAPACK_LIBRARIES}
+  ${LAPACK_SEQ_LIBRARIES}
   ${CBLAS_LIBRARIES}
+  ${BLAS_SEQ_LIBRARIES}
   )
 
 add_dependencies(pastix_spm
-- 
GitLab