From 37cf2a8dbadd546a550aac7c8079c3f77427cb63 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 13 Apr 2023 05:42:42 +0100 Subject: gentoo auto-resync : 13:04:2023 - 05:42:42 --- virtual/opencl/Manifest | 2 +- virtual/opencl/opencl-3-r2.ebuild | 36 ------------------------------------ virtual/opencl/opencl-3-r3.ebuild | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+), 37 deletions(-) delete mode 100644 virtual/opencl/opencl-3-r2.ebuild create mode 100644 virtual/opencl/opencl-3-r3.ebuild (limited to 'virtual/opencl') diff --git a/virtual/opencl/Manifest b/virtual/opencl/Manifest index 7f7a5df2b987..fdcd21844b2c 100644 --- a/virtual/opencl/Manifest +++ b/virtual/opencl/Manifest @@ -1,2 +1,2 @@ -EBUILD opencl-3-r2.ebuild 1331 BLAKE2B cf61e1ea57cc31a38eb1ea56e60ccf556e74baa99f99f1948afa393e8db9205128c85de8896ebf121a4f4d7df6d90f98133b2b0f68b917f60f6112d71976bc27 SHA512 fc1935a6c9242bb2acbe31f960f5a51957d0d1dba6dfefeb36379a1d5ae4f7f900bd08ad9d3d9f3ac3ef020c17bc244d1d4ccb47aef4b9c19332ff2b6a98f22f +EBUILD opencl-3-r3.ebuild 1344 BLAKE2B 2a747adfa65158594df06ad964490e7e774fc69b254a9f169c207f3bfd1e7a560b74257415c01f498c0714d2d058fdbcddd1d7239e4fb8218b3717cac127f0a9 SHA512 309fccd29210ca5ce24ced8bbb78134d152799a3250db11e4ee4dc82f5479bb937e6bed7776f19280305a87be1545caf77b99f1dd74cb0d5b46085f2d7c306cb MISC metadata.xml 259 BLAKE2B cc7abf54ed4398a2cfb77310c63f5fae3e432488b0c7466f8148c5d009d38aa4ca78eef78712f0b7b6aca6710aab1dfe3c07440f36179fde03f8a97a49b3c080 SHA512 6f50c5d3c735db431156906312a7c1dab3723d8c9e51d15148b92d97a998221c6838eb926f36c6b924c9fc8a6a64ba904e36482ff5164867c482502aa638462f 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 -} diff --git a/virtual/opencl/opencl-3-r3.ebuild b/virtual/opencl/opencl-3-r3.ebuild new file mode 100644 index 000000000000..4f55198d2c00 --- /dev/null +++ b/virtual/opencl/opencl-3-r3.ebuild @@ -0,0 +1,36 @@ +# 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-2023.02.06[${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 +} -- cgit v1.2.3