Fix overriding packages.yaml entry for gettext

This commit is contained in:
Stephen Sachs 2024-04-09 14:49:14 +02:00
parent dcb9fb3e3c
commit d7ebfd69fa

View File

@ -23,10 +23,9 @@ set_pcluster_defaults() {
setup_spack() {
spack compiler add --scope site
spack external find --scope site
# Remove all autotools/buildtools packages. These versions need to be managed by spack or it will
# Do not add autotools/buildtools packages. These versions need to be managed by spack or it will
# eventually end up in a version mismatch (e.g. when compiling gmp).
spack tags build-tools | xargs -I {} spack config --scope site rm packages:{}
spack external find --scope site --tag core-packages
}
patch_compilers_yaml() {