Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
intel-compute-runtime
Commits:
2f1aad93 by Daniel Bermond at 2026-02-12T15:28:23-03:00
upgpkg: 26.05.37020.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = intel-compute-runtime
pkgdesc = Intel(R) Graphics Compute Runtime for oneAPI Level Zero and
OpenCL(TM) Driver
- pkgver = 26.01.36711.4
+ pkgver = 26.05.37020.3
pkgrel = 1
url = https://github.com/intel/compute-runtime/
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = intel-compute-runtime
optdepends = libva: for cl_intel_va_api_media_sharing OpenCL extension
provides = level-zero-driver
provides = opencl-driver
- source =
https://github.com/intel/compute-runtime/archive/26.01.36711.4/intel-compute-runtime-26.01.36711.4.tar.gz
+ source =
https://github.com/intel/compute-runtime/archive/26.05.37020.3/intel-compute-runtime-26.05.37020.3.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
- sha256sums =
f92c011244488e8a0832a3fc524e30571a2253dbdfd9b6b541438a85f2c2674c
+ sha256sums =
75f2c7a5a702fd561fb3a8dcc20da18fe599904e8c2db655c5cde8cdffebaf9d
sha256sums =
c742a0dcf3404b3c0ec116887c148b21f9f09f7131c6372a44b21dfd4b7fb67b
pkgname = intel-compute-runtime
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=intel-compute-runtime
-pkgver=26.01.36711.4
+pkgver=26.05.37020.3
pkgrel=1
pkgdesc='Intel(R) Graphics Compute Runtime for oneAPI Level Zero and
OpenCL(TM) Driver'
arch=('x86_64')
@@ -28,7 +28,7 @@ provides=(
'opencl-driver')
source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-intel-compute-runtime-disable-werror.patch')
-sha256sums=('f92c011244488e8a0832a3fc524e30571a2253dbdfd9b6b541438a85f2c2674c'
+sha256sums=('75f2c7a5a702fd561fb3a8dcc20da18fe599904e8c2db655c5cde8cdffebaf9d'
'c742a0dcf3404b3c0ec116887c148b21f9f09f7131c6372a44b21dfd4b7fb67b')
prepare() {
@@ -46,7 +46,7 @@ build() {
export CXXFLAGS="${CXXFLAGS/-Wp,-D_FORTIFY_SOURCE=?/}"
# opencl-headers supported by upstream is already in the source tree
- #
https://github.com/intel/compute-runtime/blob/26.01.36711.4/third_party/opencl_headers/.version#L2
+ #
https://github.com/intel/compute-runtime/blob/26.05.37020.3/third_party/opencl_headers/.version#L2
local
_opencl_headers_dir="${srcdir}/compute-runtime-${pkgver}/third_party/opencl_headers"
export CXXFLAGS+=" -isystem${_opencl_headers_dir}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/2f1aad936533172de29d1698b441e5b06f5de7df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/2f1aad936533172de29d1698b441e5b06f5de7df
You're receiving this email because of your account on gitlab.archlinux.org.