Fork of Spack with a slower update cadence to the develop
branch.
cscs-eths/spack
spack/spack
comparison
git clone -b develop -c feature.manyFiles=true https://github.com/eth-cscs/spack.git
cd spack/bin
./spack install zlib
Updates work more or less automatic. A scheduled pipeline bisects the upstream
develop
branch to the latest working version and opens an issue with a request to
update to the corresponding commit SHA.
Then a Github action is run by hand with the corresponding commit SHA to sync the repository.
config/<name>
contains config for system<name>
;environments/<name>/spack.yaml
is an environment file with a list of packages part of the available applications of CSCS. These environment files include the system config files;patches
contains some patches for Spack itself that are not upstreamed.