Skip to content

Commit

Permalink
fix link in spack instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vvolkl committed Feb 9, 2021
1 parent 85ace0c commit fba5980
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spack-build-instructions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ Using the spack commands can give a more fine-grained control over loaded packag
On centos7 machines with cvmfs, the easiest way to set up spack is to download a pre-configured instance that is created automatically from the current key4hep/key4hep-spack repository.

```bash
curl -L -o spack.tar.gz https://gitlab.cern.ch/key4hep/k4-deploy/-/jobs/artifacts/master/raw/key4hep-spack_centos7-cvmfs.tar.gz?job=build-spack-nightlies
# download spack artifact created by ci --
# pre-configured for key4hep use on lxplus/centos7

curl -L -o spack.tar.gz https://gitlab.cern.ch/key4hep/k4-deploy/-/jobs/artifacts/release/raw/key4hep-spack_centos7-cvmfs.tar.gz?job=setup_spack_push
tar xfz spack.tar.gz && rm spack.tar.gz
source spack/share/spack/setup-env.sh
```
Expand Down

0 comments on commit fba5980

Please sign in to comment.