From e9dc21e8c7ab311be159dd5a458d2ec208211e66 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 25 Aug 2017 19:25:41 +0200
Subject: [PATCH] update INSTALL.org with spack distrib

---
 INSTALL.org | 22 +++++++++++++++++++++-
 README.org  | 27 ---------------------------
 2 files changed, 21 insertions(+), 28 deletions(-)

diff --git a/INSTALL.org b/INSTALL.org
index ac65a6d61..036273832 100644
--- a/INSTALL.org
+++ b/INSTALL.org
@@ -86,7 +86,27 @@ installed on the system.
 
   #+end_src
 
-* Build Chameleon
+** Distribution of Chameleon using Spack
+
+  To get support to install a full distribution (Chameleon +
+  dependencies) we encourage users to use the morse branch of *Spack*.
+
+  Please read these documentations:
+
+  * [[http://morse.gforge.inria.fr/spack/spack.html][Spack Morse]]
+  * [[http://morse.gforge.inria.fr/spack/spack.html#orgd5b1afe][Section Chameleon]]
+
+*** Usage example for a simple distribution of Chameleon
+
+    #+begin_src sh
+    git clone https://github.com/solverstack/spack.git
+    . ./spack/share/spack/setup-env.sh
+    spack install -v chameleon
+    # chameleon is installed here:
+    `spack location -i chameleon`
+    #+end_src
+
+* Build and install Chameleon with CMake
   Compilation of Chameleon libraries and executables are done with
   CMake (http://www.cmake.org/). This version has been tested with
   CMake 3.5.1 but any version superior to 2.8 should be fine.
diff --git a/README.org b/README.org
index 36239cda2..d27f60a00 100644
--- a/README.org
+++ b/README.org
@@ -58,33 +58,6 @@ dedicated to dense linear algebra.
 
 * Installation
   Please refer to the [[file:INSTALL.org][quick installation guide]].
-** Distribution of Chameleon using Spack
-
-  To get support to install a full distribution (Chameleon +
-  dependencies) we encourage users to use the morse branch of *Spack*.
-
-  Please read these documentations:
-
-  * [[http://morse.gforge.inria.fr/spack/spack.html][Spack Morse]]
-  * [[http://morse.gforge.inria.fr/spack/spack.html#sec-2-1][Section Chameleon]]
-
-*** Usage example for a simple distribution of Chameleon
-
-    #+begin_src sh
-    git clone https://github.com/solverstack/spack.git
-    . ./spack/share/spack/setup-env.sh
-    spack install -v chameleon
-    # chameleon is installed here:
-    `spack location -i chameleon`
-    #+end_src
-
-** Build and install with CMake
-
-  Chameleon can be built using [[https://cmake.org/][CMake]]. This installation requires to
-  have some library dependencies already installed on the system.
-
-  Please refer to [[http://morse.gforge.inria.fr/chameleon/0.9.1/chameleon_users_guide-0.9.1.html#Installing-CHAMELEON][chameleon-0.9.1]] to get configuration information.
-
 * Get involved!
 
 ** Mailing list
-- 
GitLab