This project is archived. Its data is
read-only
.
Changes
Page history
Update Reproducible SW environment with Spack
authored
Mar 22, 2022
by
Stefano Corda
Show whitespace changes
Inline
Side-by-side
Reproducible-SW-environment-with-Spack.md
View page @
f9a8b1eb
# Initial setup:
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
```