Currently, spack will warn about the following when building a stack:
Warning: The packages:all:compiler preference has been deprecated in Spack v1.0, and is currently ignored. It will be removed from config in Spack v1.2.
We should update the packages.yaml config to use packages:all:require:['%$compiler'] or packages:cxx:require:$compiler.
Currently, spack will warn about the following when building a stack:
We should update the
packages.yamlconfig to usepackages:all:require:['%$compiler']orpackages:cxx:require:$compiler.