diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-11-27 20:53:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 20:53:39 +0100 |
commit | 8dd3797d32a62b379ffd8eb1cd08f38c2661613e (patch) | |
tree | ad39988400e7da61d1b8b01bc800098af71ea3a7 /.coveragerc | |
parent | e6641065af9078e2e50e99f657aa605d837d3976 (diff) | |
download | spack-8dd3797d32a62b379ffd8eb1cd08f38c2661613e.tar.gz spack-8dd3797d32a62b379ffd8eb1cd08f38c2661613e.tar.bz2 spack-8dd3797d32a62b379ffd8eb1cd08f38c2661613e.tar.xz spack-8dd3797d32a62b379ffd8eb1cd08f38c2661613e.zip |
concretizer: treat target ranges in directives correctly (#19988)
fixes #19981
This commit adds support for target ranges in directives,
for instance:
conflicts('+foo', when='target=x86_64:,aarch64:')
If any target in a spec body is not a known target the
following clause will be emitted:
node_target_satisfies(Package, TargetConstraint)
when traversing the spec and a definition of
the clause will then be printed at the end similarly
to what is done for package and compiler versions.
Diffstat (limited to '.coveragerc')
0 files changed, 0 insertions, 0 deletions