spack/lib
Gregory Becker 4e9fe1fc5d concretization: move single-spec concretization logic to spack.concretize
This resolves a circular import issue between spack.spec and spack.concretize.
It requires removing the `Spec.concretize` and `Spec.concretized` methods and
updating all call-sites to use `spack.concretize.concretized` instead.

This will help with potential future efforts to separate AbstractSpec and
ConcreteSpec classes.

New import relationship is `spack.concretize` imports from `spack.spec`, but
not the other way around.
2024-12-09 10:08:28 +01:00
..
spack concretization: move single-spec concretization logic to spack.concretize 2024-12-09 10:08:28 +01:00