Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
intel-compute-runtime
Commits:
3f796a97 by Daniel Bermond at 2024-09-02T16:17:03-03:00
upgpkg: 24.31.30508.7-1
- - - - -
3 changed files:
- .SRCINFO
- 010-intel-compute-runtime-disable-werror.patch
- 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 = 24.26.30049.6
+ pkgver = 24.31.30508.7
pkgrel = 1
url = https://01.org/compute-runtime
arch = x86_64
@@ -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.26.30049.6/intel-compute-runtime-24.26.30049.6.tar.gz
+ source =
https://github.com/intel/compute-runtime/archive/24.31.30508.7/intel-compute-runtime-24.31.30508.7.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
- sha256sums =
b5a292010041b4412fa626070e9ca9dc5dbde7619b29ab6c96606064c81dae9d
- sha256sums =
0a65e5ac87294760b7721f8a2e3da8442363d2b5059d38202209e28fcb8923ba
+ sha256sums =
8dd27632119c70914e17971694cfd78b616c14d9115bfaadb0ba1451c4282f8f
+ sha256sums =
8e722ce32f12195b8da8701f291115d0dbe83e302db65a771970a46b74b3ec04
pkgname = intel-compute-runtime
=====================================
010-intel-compute-runtime-disable-werror.patch
=====================================
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -818,7 +818,6 @@ if(NOT MSVC)
+@@ -848,7 +848,6 @@ if(NOT MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added
for gtest
endif()
endif()
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=intel-compute-runtime
-pkgver=24.26.30049.6
+pkgver=24.31.30508.7
pkgrel=1
pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and
OpenCL(TM) Driver"
arch=(x86_64)
@@ -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=('b5a292010041b4412fa626070e9ca9dc5dbde7619b29ab6c96606064c81dae9d'
- '0a65e5ac87294760b7721f8a2e3da8442363d2b5059d38202209e28fcb8923ba')
+sha256sums=('8dd27632119c70914e17971694cfd78b616c14d9115bfaadb0ba1451c4282f8f'
+ '8e722ce32f12195b8da8701f291115d0dbe83e302db65a771970a46b74b3ec04')
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/3f796a977da5f1c68634ef0258f89f197f11f891
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/3f796a977da5f1c68634ef0258f89f197f11f891
You're receiving this email because of your account on gitlab.archlinux.org.