diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-09 19:46:08 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-09 22:34:07 -0400 |
commit | d5874b724ff583dbefa916de6d32870dc7b8a98c (patch) | |
tree | 352d134f0b495f83ae9797e8f5402ad1836592dc /virtual/opencl | |
parent | dev-libs/clhpp: Drop old versions (diff) | |
download | gentoo-d5874b724ff583dbefa916de6d32870dc7b8a98c.tar.gz gentoo-d5874b724ff583dbefa916de6d32870dc7b8a98c.tar.bz2 gentoo-d5874b724ff583dbefa916de6d32870dc7b8a98c.zip |
virtual/opencl: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'virtual/opencl')
-rw-r--r-- | virtual/opencl/opencl-3-r1.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/virtual/opencl/opencl-3-r1.ebuild b/virtual/opencl/opencl-3-r1.ebuild deleted file mode 100644 index e789c83b53ff..000000000000 --- a/virtual/opencl/opencl-3-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-build - -DESCRIPTION="Virtual for OpenCL API" -SLOT="0" -KEYWORDS="amd64 ppc64 x86" - -RDEPEND="|| ( dev-libs/opencl-icd-loader[${MULTILIB_USEDEP}] - dev-libs/ocl-icd[khronos-headers,${MULTILIB_USEDEP}] )" - -pkg_postinst() { - elog - elog "In order to take advantage of OpenCL you will need a runtime for your hardware." - elog "Currently included in Gentoo are:" - elog - elog " * open:" - elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from Broadwell onwards. 64-bit only;" - 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 [2]. 32-bit support." - elog - elog " [1] https://dri.freedesktop.org/wiki/GalliumCompute/" - elog " [2] https://www.nvidia.com/en-us/drivers/unix/legacy-gpu/" - elog -} |