diff options
author | Michael Kuhn <michael.kuhn@ovgu.de> | 2020-12-29 17:12:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-29 10:12:26 -0600 |
commit | c22141f444861abeaee297a3d92696e9ae94a509 (patch) | |
tree | f8b9da952c2c2a0ba65d60222e85462baf2ca32c /etc | |
parent | b421080c037f646dbfb7fc92f2c1d3f3a64fde54 (diff) | |
download | spack-c22141f444861abeaee297a3d92696e9ae94a509.tar.gz spack-c22141f444861abeaee297a3d92696e9ae94a509.tar.bz2 spack-c22141f444861abeaee297a3d92696e9ae94a509.tar.xz spack-c22141f444861abeaee297a3d92696e9ae94a509.zip |
Introduce virtual provider uuid (#18322)
libuuid is currently contained in util-linux, libuuid and uuid. This
change introduces a new virtual provider `uuid` and renames the existing
`uuid` package to `ossp-uuid`.
util-linux's libuuid is provided in the form of a separate package
util-linux-uuid to make sure that packages depending on uuid and
util-linux can use a separate uuid implementation, which the concretizer
does not allow if libuuid is contained in util-linux.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/packages.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index 17e7983edd..bf9148315b 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -49,6 +49,7 @@ packages: unwind: [libunwind] yacc: [bison, byacc] flame: [libflame, amdlibflame] + uuid: [util-linux-uuid, libuuid] permissions: read: world write: user |