Description
spack-stack check-preferred-compiler crashes when a package without an explicit config entry doesn't use the default=preferred compiler. See https://github.com/JCSDA/spack-stack/actions/runs/25017452891/job/73268907151?pr=1999
To Reproduce
See above
Expected behavior
A package that doesn't have an explicit entry in the package config is expected to be built with the default=preferred compiler. Thus, spack stack check-preferred-compiler should log a compiler mismatch for this package.
System, compiler, code, ...
The above error is for the Ubuntu CI runners with Intel oneAPI as the preferred compiler, package patchelf.
Additional context
n/a
Description
spack-stack check-preferred-compilercrashes when a package without an explicit config entry doesn't use the default=preferred compiler. See https://github.com/JCSDA/spack-stack/actions/runs/25017452891/job/73268907151?pr=1999To Reproduce
See above
Expected behavior
A package that doesn't have an explicit entry in the package config is expected to be built with the default=preferred compiler. Thus,
spack stack check-preferred-compilershould log a compiler mismatch for this package.System, compiler, code, ...
The above error is for the Ubuntu CI runners with Intel oneAPI as the preferred compiler, package
patchelf.Additional context
n/a