From: Marek Szuba Date: Tue, 20 Aug 2019 15:14:19 +0000 (+0100) Subject: dev-libs/amdgpu-pro-opencl: add deprecation/compatibility message X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7af582c10f087c33dfb021fcd42cb9b37dde4c10;p=gentoo.git dev-libs/amdgpu-pro-opencl: add deprecation/compatibility message Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba --- diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild index ffc46c93b615..eb1c7e963ec3 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild @@ -75,5 +75,10 @@ pkg_postinst() { ewarn "has become officially supported by Gentoo." fi + elog "" + 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 } diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild index a7fc2f7c5bb1..218485840c5d 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild @@ -93,5 +93,10 @@ pkg_postinst() { ewarn "has become officially supported by Gentoo." fi + elog "" + 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 }