From 70a544265258e9acdab151ce8e94c9bebb74d15a Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Mon, 17 Nov 2014 18:09:54 +0000
Subject: [PATCH] LAPACKE must be found anyway since we have some explicit
 include lapacke.h in the code

---
 CMakeLists.txt                           | 2 +-
 docs/texinfo/chapters/configuration.texi | 2 +-
 docs/texinfo/chapters/installing.texi    | 3 +--
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a402af2e2..8ed06d526 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -252,7 +252,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)
     find_package(LAPACKE REQUIRED)
     set(HAVE_LAPACKE ${LAPACKE_FOUND})
     if(LAPACKE_FOUND)
diff --git a/docs/texinfo/chapters/configuration.texi b/docs/texinfo/chapters/configuration.texi
index 522d3926a..fef7d02fa 100644
--- a/docs/texinfo/chapters/configuration.texi
+++ b/docs/texinfo/chapters/configuration.texi
@@ -199,7 +199,7 @@ directory of the LIBNAME library headers installation
 directory of the LIBNAME libraries (.so, .a, .dylib, etc) installation
 @end table
 LIBNAME can be one of the following: BLAS - CBLAS - FXT - HWLOC - 
-LAPACK - LAPACKE - MAGMA - QUARK - STARPU - TMG
+LAPACK - LAPACKE - MAGMA - QUARK - STARPU - TMG.
 See paragraph about @ref{Dependencies detection} for details.
 
 Libraries detected with an official CMake module (see module files in 
diff --git a/docs/texinfo/chapters/installing.texi b/docs/texinfo/chapters/installing.texi
index 2710967db..1df7e8e89 100644
--- a/docs/texinfo/chapters/installing.texi
+++ b/docs/texinfo/chapters/installing.texi
@@ -33,8 +33,7 @@ to install CHAMELEON.
 
 The latest official release tarballs of CHAMELEON sources are available for 
 download from 
-@uref{https://gforge.inria.fr/frs/download.php/file/31779/magma-morse-1.?.0
-.tar.gz, url to release (inria forge)}
+@uref{http://morse.gforge.inria.fr/chameleon-0.9.tar.gz, chameleon-0.9}.
 
 @c The latest development snapshot is available from  
 @c @uref{http://hydra.bordeaux.inria.fr/job/hiepacs/morse-cmake/tarball/latest/
-- 
GitLab