diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2024-01-26 09:48:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-26 09:48:53 +0100 |
commit | 19df8e45ec887d8168fd98795b29cfcb1168f70a (patch) | |
tree | b5681c323e1a11bc88b99e50c3606ad652639b3a /pyproject.toml | |
parent | 4c7a1f541caee161584abfa965920eb27df575ab (diff) | |
download | spack-19df8e45ec887d8168fd98795b29cfcb1168f70a.tar.gz spack-19df8e45ec887d8168fd98795b29cfcb1168f70a.tar.bz2 spack-19df8e45ec887d8168fd98795b29cfcb1168f70a.tar.xz spack-19df8e45ec887d8168fd98795b29cfcb1168f70a.zip |
Merge `virtuals=` from duplicate dependencies (#42281)
Previously, for abstract specs like:
```
foo ^[virtuals=a] bar ^[virtuals=b] bar
```
the second requirement was silently discarded on concretization. Now they're merged, and the abstract spec is equivalent to:
```
foo ^[virtuals=a,b] bar
```
Diffstat (limited to 'pyproject.toml')
0 files changed, 0 insertions, 0 deletions