spack/lib/spack
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
..
docs Constrain abstract specs rather than concatenating strings in the "when" context manager (#26700) 2021-10-14 12:33:10 +02:00
env cc: make error messages more clear 2021-10-04 18:30:19 -07:00
external Don't run lsb_release on linux (#26707) 2021-10-14 01:27:24 +02:00
llnl installer: Support showing status information in terminal title (#16259) 2021-10-11 17:54:59 +02:00
spack Constrain abstract specs rather than concatenating strings in the "when" context manager (#26700) 2021-10-14 12:33:10 +02:00