Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / intel-compute-runtime
Commits: af0c6c40 by Daniel Bermond at 2026-06-06T22:47:32-03:00 Remove ELF architecture ambiguity in soname dependencies https://archlinux.org/todo/packages-prone-to-elf-architecture-confusion-due-to-the-use-of-soname-dependencies/ - - - - - cb8fa23b by Daniel Bermond at 2026-06-06T23:03:42-03:00 upgpkg: 26.18.38308.1-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = intel-compute-runtime pkgdesc = Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver pkgver = 26.18.38308.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/intel/compute-runtime/ arch = x86_64 license = MIT @@ -17,11 +17,12 @@ pkgbase = intel-compute-runtime depends = intel-graphics-compiler depends = libgcc depends = libstdc++ + optdepends = igsc<1.0.0: for discrete GPU firmware enumeration through Level Zero optdepends = libdrm: for cl_intel_va_api_media_sharing OpenCL extension - optdepends = libigsc.so=0: for discrete GPU firmware enumeration through Level Zero - optdepends = libnl-genl-3.so=200: for using Fabric related APIs in Level Zero - optdepends = libudev.so: for using Sysman events API in Level Zero + optdepends = libnl>=3.0.0: for using Fabric related APIs in Level Zero + optdepends = libnl<4.0.0: for using Fabric related APIs in Level Zero optdepends = libva: for cl_intel_va_api_media_sharing OpenCL extension + optdepends = systemd-libs: for using Sysman events API in Level Zero provides = level-zero-driver provides = opencl-driver source = https://github.com/intel/compute-runtime/archive/26.18.38308.1/intel-compute-runtime-26.18.38308.1.tar.gz ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=intel-compute-runtime pkgver=26.18.38308.1 -pkgrel=1 +pkgrel=2 pkgdesc='Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver' arch=('x86_64') url='https://github.com/intel/compute-runtime/' @@ -24,11 +24,13 @@ makedepends=( 'libva' 'systemd-libs') optdepends=( + 'igsc<1.0.0: for discrete GPU firmware enumeration through Level Zero' # libigsc.so.0 'libdrm: for cl_intel_va_api_media_sharing OpenCL extension' - 'libigsc.so=0: for discrete GPU firmware enumeration through Level Zero' - 'libnl-genl-3.so=200: for using Fabric related APIs in Level Zero' - 'libudev.so: for using Sysman events API in Level Zero' - 'libva: for cl_intel_va_api_media_sharing OpenCL extension') + 'libnl>=3.0.0: for using Fabric related APIs in Level Zero' # libnl-genl-3.so.200 + 'libnl<4.0.0: for using Fabric related APIs in Level Zero' # libnl-genl-3.so.200 + 'libva: for cl_intel_va_api_media_sharing OpenCL extension' + 'systemd-libs: for using Sysman events API in Level Zero' # libudev.so +) provides=( 'level-zero-driver' 'opencl-driver') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/compare/b5db6944a81809a2f3bba4d054c9da34998de6bb...cb8fa23b00f2f5a2b0adcc91aaf210954a976972 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/compare/b5db6944a81809a2f3bba4d054c9da34998de6bb...cb8fa23b00f2f5a2b0adcc91aaf210954a976972 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
