From aa0412e49fbe6508e6d524fd3ed9640feea55567 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 21 Nov 2014 14:19:01 +0000
Subject: [PATCH] enable to use already found lapacke in lapack (MKL)

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index faddb5234..891a7d509 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -255,7 +255,7 @@ if(NOT CHAMELEON_SIMULATION)
     # standalone version of lapacke seems useless for now
     # let the comment in case we meet some problems of non existing lapacke 
     # functions in lapack library such as mkl, acml, ...
-    set(LAPACKE_STANDALONE TRUE)
+    #set(LAPACKE_STANDALONE TRUE)
     set(LAPACKE_DIR "" CACHE PATH "Root directory of LAPACKE library")
     find_package(LAPACKE REQUIRED)
     set(HAVE_LAPACKE ${LAPACKE_FOUND})
-- 
GitLab