summaryrefslogtreecommitdiff
path: root/virtual/opencl
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-10 07:33:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-10 07:33:31 +0100
commitf69024d0d689548234c6173dc2d8a5bb466b0525 (patch)
tree2fbc7b0fb9305c94d96dd1df690b8cc0b3d6d1d2 /virtual/opencl
parent1603847507a63218a29aada46e43f133d16d07eb (diff)
gentoo auto-resync : 10:10:2022 - 07:33:31
Diffstat (limited to 'virtual/opencl')
-rw-r--r--virtual/opencl/Manifest1
-rw-r--r--virtual/opencl/opencl-3-r1.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/virtual/opencl/Manifest b/virtual/opencl/Manifest
index 9a0f4e77bbef..99e8dfc85f78 100644
--- a/virtual/opencl/Manifest
+++ b/virtual/opencl/Manifest
@@ -1,3 +1,2 @@
-EBUILD opencl-3-r1.ebuild 1280 BLAKE2B 91149938bb698cdfa7fd9dec59b1a2420ee880acd763c3dea38975fed64ecf1941487dff5a39dbd1e6eb5f6ea7735d2e083591a6218ac22a8de4a2b5901741f5 SHA512 71ec0d4342f6a98b67ae3e507f97a92c7a6662906cbba79c10e53161c1818ce0c594ec7a498b47eda58ba15d35464b4126faf78dc9601d005674aef48f382bdc
EBUILD opencl-3-r2.ebuild 1382 BLAKE2B dc5204084bf3b8df84a0d549f06d0495de3f8339200e9f227611037924a73b79f0f15dc68de9a51a6c0721db5bef19d1699b4a12fef4ffa807988f063ec5f1ad SHA512 0f7debcd0e3a1b71510b94cd0f338a53f1284afeee55c3311ba2785557c263bb1a4b1d18c6c5f54cd09e869d67b9f54ea9b27f3df2ac3e38f327590746d9d9fe
MISC metadata.xml 259 BLAKE2B cc7abf54ed4398a2cfb77310c63f5fae3e432488b0c7466f8148c5d009d38aa4ca78eef78712f0b7b6aca6710aab1dfe3c07440f36179fde03f8a97a49b3c080 SHA512 6f50c5d3c735db431156906312a7c1dab3723d8c9e51d15148b92d97a998221c6838eb926f36c6b924c9fc8a6a64ba904e36482ff5164867c482502aa638462f
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
-}