This project provides a Spack cache (source and binary) for bootstrapping on systems without network access.
- Place this directory on the desired system.
cd ${SPACK_ROOT}
Switch directories to your Spack root directorymkdir share/spack/bootstrap/local
cp share/spack/bootstrap/github-actions/clingo.json share/spack/bootstrap/local/
- Copy the bootstrap.yaml file from this repo to
etc/spack/bootstrap.yaml
- Edit
etc/spack/bootstrap.yaml
such that the 'url' line is the local path to this repo. - Run
spack spec freetype
to test.