key4hep / key4hep-spack

A Spack recipe repository of Key4hep software.
10 stars 24 forks source link

Remove explicit mentions of older variants #527

Closed tmadlener closed 1 year ago

tmadlener commented 1 year ago

Remove a few variants from the root spec that are only available @:6.17. I just stumbled over this with spack@develop in a local environment. If I switch the variant to require spack would refuse to concretize if I add @6.28.06 to the clause, because the variants "do not exist" in that case, and the conretizer is not able to see through that apparently.

Since we are way ahead on root in any case, I think the easiest is to simply remove the three variants here.

tmadlener commented 1 year ago

pre-commit fixed with #528