From 17a9823aa484e159f6ff86901f86a3e03dba7113 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 14 Dec 2016 14:58:28 +0100
Subject: [PATCH] need to clone spack here

---
 distrib/spack/install_dependencies.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/distrib/spack/install_dependencies.sh b/distrib/spack/install_dependencies.sh
index 122b3fcb3..42964ff47 100755
--- a/distrib/spack/install_dependencies.sh
+++ b/distrib/spack/install_dependencies.sh
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+git clone https://github.com/fpruvost/spack.git
 cd spack
 export SPACK_ROOT=$PWD
 . $SPACK_ROOT/share/spack/setup-env.sh
-- 
GitLab