diff options
author | Marek Szuba <marecki@gentoo.org> | 2019-08-20 16:14:19 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2019-08-20 16:14:42 +0100 |
commit | 7af582c10f087c33dfb021fcd42cb9b37dde4c10 (patch) | |
tree | 12977d089b2fe618a9f5908d15737901c45e1c26 /dev-libs/amdgpu-pro-opencl | |
parent | dev-libs/amdgpu-pro-opencl: remove old 19.x ebuilds (diff) | |
download | gentoo-7af582c10f087c33dfb021fcd42cb9b37dde4c10.tar.gz gentoo-7af582c10f087c33dfb021fcd42cb9b37dde4c10.tar.bz2 gentoo-7af582c10f087c33dfb021fcd42cb9b37dde4c10.zip |
dev-libs/amdgpu-pro-opencl: add deprecation/compatibility message
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'dev-libs/amdgpu-pro-opencl')
-rw-r--r-- | dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.684755.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild | 5 |
2 files changed, 10 insertions, 0 deletions
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 } |