Skip to content

Commit fba5980

Browse files
committed
fix link in spack instructions
1 parent 85ace0c commit fba5980

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

spack-build-instructions/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Using the spack commands can give a more fine-grained control over loaded packag
1919
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.
2020

2121
```bash
22-
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
22+
# download spack artifact created by ci --
23+
# pre-configured for key4hep use on lxplus/centos7
24+
25+
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
2326
tar xfz spack.tar.gz && rm spack.tar.gz
2427
source spack/share/spack/setup-env.sh
2528
```

0 commit comments

Comments
 (0)