dev-libs/amdgpu-pro-opencl: add deprecation/compatibility message
authorMarek Szuba <marecki@gentoo.org>
Tue, 20 Aug 2019 15:14:19 +0000 (16:14 +0100)
committerMarek Szuba <marecki@gentoo.org>
Tue, 20 Aug 2019 15:14:42 +0000 (16:14 +0100)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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 ffc46c93b6159d6252e3b525cdf53c0a6b397703..eb1c7e963ec38e1a4caaffb256df47aa8a275118 100644 (file)
@@ -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
 }
index a7fc2f7c5bb1e2d8cdfea23ed4f02c8846c4c76d..218485840c5d433851d178355189cff5fe4e1855 100644 (file)
@@ -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
 }