AUR (en) - intel-opencl-runtime (original) (raw)
chust commented on 2025-02-06 11:25 (UTC) (edited on 2025-02-06 11:25 (UTC) by chust)
thirtythreeforty commented on 2024-09-20 07:51 (UTC)
Should this be renamed to intel-oneapi-runtime-opencl, to conform to how upstream names it, and how the other Arch packages are named?
thirtythreeforty commented on 2024-09-20 07:50 (UTC)
Adopted and updated to 2024.2.1
Muflone commented on 2024-08-11 11:46 (UTC)
@redchenjs this package seems a newer or less popular duplicate of intel-opencl-runtime which is unmaintained. this package will be merged and thus removed.
Please adopt intel-opencl-runtime and continue on that, by updating it
agaengel commented on 2024-01-17 21:28 (UTC) (edited on 2024-01-17 21:37 (UTC) by agaengel)
this would be a possible fix
diff --git a/PKGBUILD b/PKGBUILD
index 90b175b..a64d122 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,12 +13,10 @@ depends=('tbb' 'hwloc')
provides=('opencl-intel' 'opencl-driver')
source=(
"https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-tbb-${_pkgver}-${_pkgrel}_amd64.deb"
- "https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-opencl-${pkgver}-${pkgrel}_amd64.deb"
-)
-sha256sums=(
- 'SKIP'
- 'SKIP'
+ "https://apt.repos.intel.com/oneapi/pool/main/intel-oneapi-runtime-opencl-2024-${pkgver}-${pkgrel}_amd64.deb"
)
+sha256sums=('266ae123437d7e9d654a07c191f3389d4d0a340e8b0fe06bd3ec6891a6830b66'
+ '0e5341ad4c2e2ce587d4c15ad8f818ad3e41330b35386fc823133070bdaf4175')
noextract=("${source[@]##*/}")
package() {
@@ -27,11 +25,11 @@ package() {
ar x "intel-oneapi-runtime-tbb-${_pkgver}-${_pkgrel}_amd64.deb"
tar -xf data.tar.xz -C "$pkgdir/"
- ar x "intel-oneapi-runtime-opencl-${pkgver}-${pkgrel}_amd64.deb"
+ ar x "intel-oneapi-runtime-opencl-2024-${pkgver}-${pkgrel}_amd64.deb"
tar -xf data.tar.xz -C "$pkgdir/"
install -dm755 "$pkgdir/usr/share/licenses/$pkgname"
- cp "$pkgdir/opt/intel/oneapi/lib/licensing/opencl/"* "$pkgdir/usr/share/licenses/$pkgname/"
+ cp "$pkgdir/opt/intel/oneapi/redist/share/doc/opencl/licensing/"* "$pkgdir/usr/share/licenses/$pkgname/"
install -dm755 "$pkgdir/etc/OpenCL/vendors"
echo '/opt/intel/oneapi/lib/intel64/libintelocl.so' > "$pkgdir/etc/OpenCL/vendors/intel64.icd"
agaengel commented on 2024-01-17 20:36 (UTC)
MS-DTYP commented on 2023-08-01 15:55 (UTC) (edited on 2023-08-01 15:56 (UTC) by MS-DTYP)
I previously used intel-cpu-runtime, but after I have updated intel-cpu-runtime from 2021.2.0-610 to 2023.1.0-46305 it stopped working and clinfo shows nothing! I have installed intel-opencl-runtime (18.1.0.015-3) and deleted intel-cpu-runtime and now everything works!
My CPU is Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz.
MS-DTYP commented on 2023-08-01 15:47 (UTC)
What's the difference between this and intel-cpu-runtime?
MS-DTYP commented on 2023-08-01 15:46 (UTC) (edited on 2023-08-01 15:56 (UTC) by MS-DTYP)
What's the difference between this and intel-opencl-runtime?
I previously used intel-cpu-runtime, but after I have updated intel-cpu-runtime from 2021.2.0-610 to 2023.1.0-46305 it stopped working and clinfo shows nothing! I have installed intel-opencl-runtime (18.1.0.015-3) and deleted intel-cpu-runtime and now everything works!
My CPU is Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz.
Midna commented on 2022-06-01 07:53 (UTC)
Sources match so yeah. I believe I had issues with that package back then but I don't recall which. Either it didn't build or I didn't get it working on my system.
If the other package functions, then this one may be obsolete and thus trashable.