spack/lib
Massimiliano Culpo 949094544e
Constrain abstract specs rather than concatenating strings in the "when" context manager (#26700)
Using the Spec.constrain method doesn't work since it might
trigger a repository lookup which could break our directives
and triggers a circular import error.

To fix that we introduce a function to merge abstract anonymous
specs, based only on package names, which does not perform any
lookup in the repository.
2021-10-14 12:33:10 +02:00
..
spack Constrain abstract specs rather than concatenating strings in the "when" context manager (#26700) 2021-10-14 12:33:10 +02:00