From 35deac500fdf71d2b0f91798a8d6ae7f784bb495 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Thu, 2 Mar 2017 17:41:29 +0100 Subject: [PATCH] update install_dependencies.sh with new spack repo name --- distrib/spack/install_dependencies.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/distrib/spack/install_dependencies.sh b/distrib/spack/install_dependencies.sh index 42964ff47..4286fca1e 100755 --- a/distrib/spack/install_dependencies.sh +++ b/distrib/spack/install_dependencies.sh @@ -1,10 +1,8 @@ #!/bin/sh -git clone https://github.com/fpruvost/spack.git -cd spack -export SPACK_ROOT=$PWD -. $SPACK_ROOT/share/spack/setup-env.sh -cd - +# Please follow http://morse.gforge.inria.fr/spack/spack.html for further instructions +git clone https://github.com/solverstack/spack.git +. spack/share/spack/setup-env.sh spack install -v openblas spack install -v starpu spack load openblas -- GitLab