Closed stephenmsachs closed 2 months ago
This script pulls the packages-*.yaml files from the original https://github.com/spack/spack-configs location. PR https://github.com/spack/spack-configs/pull/82 introduces a breaking change since variable SLURM_ROOT is introduced in postinstall.sh and packages-*.yaml. This PR updates postinstall.sh to match the new one.
packages-*.yaml
SLURM_ROOT
postinstall.sh
Also removing local packages-*.yaml file since they are not being used.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This script pulls the
packages-*.yaml
files from the original https://github.com/spack/spack-configs location. PR https://github.com/spack/spack-configs/pull/82 introduces a breaking change since variableSLURM_ROOT
is introduced inpostinstall.sh
andpackages-*.yaml
. This PR updatespostinstall.sh
to match the new one.Also removing local
packages-*.yaml
file since they are not being used.Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.