Update Reproducible SW environment with Spack authored by Stefano Corda's avatar Stefano Corda
# Initial setup:
Clone and source spack (you can skip the clone step if spack is already installed) in the home directory:
\ No newline at end of file
Clone and source spack (you can skip the clone step if spack is already installed) in the home directory:
```
git clone https://github.com/spack/spack.git -b v0.17.1 ~/spack
source ~/spack/share/spack/setup-env.sh
```