dev-libs/amdgpu-pro-opencl: do not force use of specific ICD loader
authorMarek Szuba <marecki@gentoo.org>
Wed, 8 Apr 2020 14:55:28 +0000 (15:55 +0100)
committerMarek Szuba <marecki@gentoo.org>
Wed, 8 Apr 2020 14:56:29 +0000 (15:56 +0100)
Signed-off-by: Marek Szuba <marecki@gentoo.org>
dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild
dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild

index ac280883334ebc3805a30994650fc1d8fccbd387..9a74bfe7877ed66531641499661d47f0b81b2b74 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,8 +20,7 @@ KEYWORDS="~amd64"
 
 RESTRICT="bindist mirror fetch strip"
 
-COMMON="app-eselect/eselect-opencl
-       dev-libs/ocl-icd"
+COMMON=">=virtual/opencl-3"
 DEPEND="${COMMON}"
 RDEPEND="${COMMON}"
 
@@ -79,6 +78,4 @@ pkg_postinst() {
        elog "This package is now DEPRECATED on amd64 in favour of dev-libs/rocm-opencl-runtime."
        elog "Moreover, it only provides legacy AMDGPU-Pro OpenCL libraries which are not compatible with Vega 10 and newer GPUs."
        elog ""
-
-       "${ROOT}"/usr/bin/eselect opencl set --use-old ocl-icd
 }
index f231e2b4b31da5a0096cc1dce0363762bc2c9d3a..74f04d50cda4ca0eb96dab19e8ef4b78b2e2a634 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -21,8 +21,7 @@ KEYWORDS="~amd64 ~x86"
 RESTRICT="bindist mirror fetch strip"
 
 BDEPEND="dev-util/patchelf"
-COMMON="app-eselect/eselect-opencl
-       dev-libs/ocl-icd"
+COMMON=">=virtual/opencl-3"
 DEPEND="${COMMON}"
 RDEPEND="${COMMON}
        !media-libs/mesa[opencl]" # Bug #686790
@@ -97,6 +96,4 @@ pkg_postinst() {
        elog "This package is now DEPRECATED on amd64 in favour of dev-libs/rocm-opencl-runtime."
        elog "Moreover, it only provides legacy AMDGPU-Pro OpenCL libraries which are not compatible with Vega 10 and newer GPUs."
        elog ""
-
-       "${ROOT}"/usr/bin/eselect opencl set --use-old ocl-icd
 }