commit: b60717ebc01a19be38a8d7324cf4a0fdc72adc5d
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 16 20:48:56 2025 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Apr 16 20:50:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60717eb
virtual/opencl: EAPI 7 -> 8
Also corrected Intel Gen description.
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
virtual/opencl/{opencl-3-r4.ebuild => opencl-3-r5.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/opencl/opencl-3-r4.ebuild
b/virtual/opencl/opencl-3-r5.ebuild
similarity index 96%
rename from virtual/opencl/opencl-3-r4.ebuild
rename to virtual/opencl/opencl-3-r5.ebuild
index 47c50894d7c5..155f55647632 100644
--- a/virtual/opencl/opencl-3-r4.ebuild
+++ b/virtual/opencl/opencl-3-r5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit multilib-build
@@ -20,7 +20,7 @@ pkg_postinst() {
elog
elog " * open:"
elog " - dev-libs/intel-compute-runtime - integrated Intel GPUs from
Gen12 onwards. 64-bit only;"
- elog " - dev-libs/intel-compute-runtime:legacy - integrated Intel
GPUs from Gen5 up to Gen11. 64-bit only;"
+ elog " - dev-libs/intel-compute-runtime:legacy - integrated Intel
GPUs from Gen8 up to Gen11. 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;"