From b8ae84addad928b57029801e6d6984fcd00a3a46 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Tue, 25 Aug 2020 12:05:30 +0200 Subject: [PATCH] virtual/opencl: Do not mention dev-libs/hsa-ext-rocr ROCm has had open-source OpenCL image support since 3.3, and since 3.7 it doesn't even try to use the proprietary library - which upstream has recently ceased to publish. Signed-off-by: Marek Szuba --- virtual/opencl/opencl-3-r1.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/virtual/opencl/opencl-3-r1.ebuild b/virtual/opencl/opencl-3-r1.ebuild index 8b108a5fbc654..e170f20cd3017 100644 --- a/virtual/opencl/opencl-3-r1.ebuild +++ b/virtual/opencl/opencl-3-r1.ebuild @@ -19,18 +19,16 @@ pkg_postinst() { elog elog " * open:" elog " - dev-libs/intel-neo - integrated Intel GPUs from Broadwell onwards. 64-bit only;" - elog " - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the amdgpu kernel driver." - elog " Image support still requires a proprietary extension [1]. 64-bit only;" - elog " - media-libs/mesa[opencl] - some older AMD GPUs; see [2]. 32-bit support;" + elog " - dev-libs/rocm-opencl-runtime - AMD GPUs supported by the amdgpu kernel driver. 64-bit only;" + elog " - media-libs/mesa[opencl] - some older AMD GPUs; see [1]. 32-bit support;" elog elog " * proprietary:" elog " - dev-libs/amdgpu-pro-opencl - AMD Polaris GPUs. 32-bit support;" elog " - dev-util/intel-ocl-sdk - Intel CPUs (*not* GPUs). 64-bit only;" elog " - x11-drivers/nvidia-drivers[uvm] - Nvidia GPUs; specific package versions" - elog " required for older devices [3]. 32-bit support." + elog " required for older devices [2]. 32-bit support." elog - elog " [1] dev-libs/hsa-ext-rocr" - elog " [2] https://dri.freedesktop.org/wiki/GalliumCompute/" - elog " [3] https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/" + elog " [1] https://dri.freedesktop.org/wiki/GalliumCompute/" + elog " [2] https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/" elog }