Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
intel-compute-runtime
Commits:
b645c715 by Daniel Bermond at 2024-10-28T14:08:29-03:00
upgpkg: 24.39.31294.12-1
- - - - -
3 changed files:
- .SRCINFO
- 010-intel-compute-runtime-disable-werror.patch
- 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 = 24.35.30872.22
- pkgrel = 2
+ pkgver = 24.39.31294.12
+ pkgrel = 1
url = https://01.org/compute-runtime
arch = x86_64
license = MIT
@@ -18,9 +18,9 @@ pkgbase = intel-compute-runtime
provides = opencl-driver
provides = level-zero-driver
options = !lto
- source =
https://github.com/intel/compute-runtime/archive/24.35.30872.22/intel-compute-runtime-24.35.30872.22.tar.gz
+ source =
https://github.com/intel/compute-runtime/archive/24.39.31294.12/intel-compute-runtime-24.39.31294.12.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
- sha256sums =
924781eba2268aaf3f2f5286006e219f8adff9b985a327ccf6acc39b7a00acc5
- sha256sums =
b98774fd019281d3a9bd6109d9fbaaae866e2ae4581397b582cdf454a29433e5
+ sha256sums =
894682b5463f0400a907ddb8fb46bbfbfe92b40c79a16d3b0a23cba4ad5df4b2
+ sha256sums =
0b28144cb237672f1b806e370ac902e63b9fc85c5e7b25ed610ffd31c2d725bf
pkgname = intel-compute-runtime
=====================================
010-intel-compute-runtime-disable-werror.patch
=====================================
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -843,7 +843,6 @@ if(NOT MSVC)
+@@ -851,7 +851,6 @@ if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added
for gtest
endif()
endif()
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=intel-compute-runtime
-pkgver=24.35.30872.22
-pkgrel=2
+pkgver=24.39.31294.12
+pkgrel=1
pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and
OpenCL(TM) Driver"
arch=(x86_64)
url="https://01.org/compute-runtime"
@@ -18,8 +18,8 @@ provides=(opencl-driver level-zero-driver)
options=(!lto)
source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
010-intel-compute-runtime-disable-werror.patch)
-sha256sums=('924781eba2268aaf3f2f5286006e219f8adff9b985a327ccf6acc39b7a00acc5'
- 'b98774fd019281d3a9bd6109d9fbaaae866e2ae4581397b582cdf454a29433e5')
+sha256sums=('894682b5463f0400a907ddb8fb46bbfbfe92b40c79a16d3b0a23cba4ad5df4b2'
+ '0b28144cb237672f1b806e370ac902e63b9fc85c5e7b25ed610ffd31c2d725bf')
prepare() {
patch -d compute-runtime-${pkgver} -Np1 -i
"${srcdir}/010-intel-compute-runtime-disable-werror.patch"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/b645c715691cfa44a1e0010bb96703d1debf087d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/b645c715691cfa44a1e0010bb96703d1debf087d
You're receiving this email because of your account on gitlab.archlinux.org.