From c22141f444861abeaee297a3d92696e9ae94a509 Mon Sep 17 00:00:00 2001 From: Michael Kuhn Date: Tue, 29 Dec 2020 17:12:26 +0100 Subject: 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. --- etc/spack/defaults/packages.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') 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 -- cgit v1.2.3-70-g09d2