summaryrefslogtreecommitdiff
path: root/virtual/opencl/opencl-3-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-13 05:42:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-13 05:42:42 +0100
commit37cf2a8dbadd546a550aac7c8079c3f77427cb63 (patch)
tree01b4d88cf5ffbb0cc059bd4e1cbca9d8352ee900 /virtual/opencl/opencl-3-r2.ebuild
parent7bb99171a372e6cff495daf7dbef2e03d216be29 (diff)
gentoo auto-resync : 13:04:2023 - 05:42:42
Diffstat (limited to 'virtual/opencl/opencl-3-r2.ebuild')
-rw-r--r--virtual/opencl/opencl-3-r2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/virtual/opencl/opencl-3-r2.ebuild b/virtual/opencl/opencl-3-r2.ebuild
deleted file mode 100644
index b1eb8f9bb162..000000000000
--- a/virtual/opencl/opencl-3-r2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 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 ~riscv x86"
-
-RDEPEND="
- dev-libs/opencl-icd-loader[${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/pocl - to run OpenCL programs on your CPU, if you do not have a supported GPU;"
- 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
-}