diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2021-05-25 12:07:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 12:07:00 +0200 |
commit | 56e7e2a406264479bca32f3d46013fa10ca49c21 (patch) | |
tree | 54c46c49cf207455762e58a5214816158c38d70f /pytest.ini | |
parent | 6d29f0d61f43f1246138fc40dc7ff16410ebd17c (diff) | |
download | spack-56e7e2a406264479bca32f3d46013fa10ca49c21.tar.gz spack-56e7e2a406264479bca32f3d46013fa10ca49c21.tar.bz2 spack-56e7e2a406264479bca32f3d46013fa10ca49c21.tar.xz spack-56e7e2a406264479bca32f3d46013fa10ca49c21.zip |
MesonPackage: make "default_library" a multi-valued variant (#23540)
Currently if one package does `depends_on('pkg default_library=shared')`
and another does `depends_on('pkg default_library=both')`, you'd get a
concretization error.
With this PR one package can do `depends_on('pkg default_library=shared')`
and another depends_on('default_library=static'), and it would concretize to
`pkg default_library=shared,static`
Co-authored-by: Massimiliano Culpo <massimiliano.culpo@gmail.com>
Diffstat (limited to 'pytest.ini')
0 files changed, 0 insertions, 0 deletions