Closed simonpintarelli closed 4 months ago
Environments with only a single compiler defined generated spack.yaml contained:
packages: require: - one_of : []
Which caused concretization errors.
This PR only adds pakcages.require.one_of if toolchain_constraints is not empty.
pakcages.require.one_of
toolchain_constraints
Environments with only a single compiler defined generated spack.yaml contained:
Which caused concretization errors.
This PR only adds
pakcages.require.one_of
iftoolchain_constraints
is not empty.