Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
intel-compute-runtime
Commits:
693ccc21 by Daniel Bermond at 2026-01-19T13:14:19-03:00
upgpkg: 26.01.36711.4-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 = 25.48.36300.8
+ pkgver = 26.01.36711.4
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/25.48.36300.8/intel-compute-runtime-25.48.36300.8.tar.gz
+ source =
https://github.com/intel/compute-runtime/archive/26.01.36711.4/intel-compute-runtime-26.01.36711.4.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
- sha256sums =
aa14a6629e6c47a124d3466491e41ea3ab662c4e87c9f625fd9f03626a42b148
+ sha256sums =
f92c011244488e8a0832a3fc524e30571a2253dbdfd9b6b541438a85f2c2674c
sha256sums =
c742a0dcf3404b3c0ec116887c148b21f9f09f7131c6372a44b21dfd4b7fb67b
pkgname = intel-compute-runtime
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=intel-compute-runtime
-pkgver=25.48.36300.8
+pkgver=26.01.36711.4
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=('aa14a6629e6c47a124d3466491e41ea3ab662c4e87c9f625fd9f03626a42b148'
+sha256sums=('f92c011244488e8a0832a3fc524e30571a2253dbdfd9b6b541438a85f2c2674c'
'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/25.40.35563.4/third_party/opencl_headers/.version#L2
+ #
https://github.com/intel/compute-runtime/blob/26.01.36711.4/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/693ccc21abf9dd403c794e75b52ba645bf6c6e36
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/693ccc21abf9dd403c794e75b52ba645bf6c6e36
You're receiving this email because of your account on gitlab.archlinux.org.