diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-11-27 20:53:39 +0100 |
---|---|---|
committer | Tamara Dahlgren <dahlgren1@llnl.gov> | 2021-02-17 17:07:17 -0800 |
commit | d7ffdd76f6703bc0f85b8c5239f11ac1f389e4e9 (patch) | |
tree | 42549af7696bd6814698a60268e6abdb57752545 /README.md | |
parent | b326d59e10046f75b65c8fcbeb691faa5ea7a71a (diff) | |
download | spack-d7ffdd76f6703bc0f85b8c5239f11ac1f389e4e9.tar.gz spack-d7ffdd76f6703bc0f85b8c5239f11ac1f389e4e9.tar.bz2 spack-d7ffdd76f6703bc0f85b8c5239f11ac1f389e4e9.tar.xz spack-d7ffdd76f6703bc0f85b8c5239f11ac1f389e4e9.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 'README.md')
0 files changed, 0 insertions, 0 deletions