Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
intel-compute-runtime
Commits:
50caed29 by Daniel Bermond at 2025-01-11T13:34:02-03:00
upgpkg: 24.52.32224.5-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.48.31907.7
+ pkgver = 24.52.32224.5
pkgrel = 1
url = https://01.org/compute-runtime
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = intel-compute-runtime
provides = opencl-driver
provides = level-zero-driver
options = !lto
- source =
https://github.com/intel/compute-runtime/archive/24.48.31907.7/intel-compute-runtime-24.48.31907.7.tar.gz
+ source =
https://github.com/intel/compute-runtime/archive/24.52.32224.5/intel-compute-runtime-24.52.32224.5.tar.gz
source = 010-intel-compute-runtime-disable-werror.patch
- sha256sums =
ed80ecc5092e12d71fe5616f27b2f3af9a9f720a7868387d5de6cb48def3de0c
- sha256sums =
d90898aa3fa44f393b424491231b0178d5f6096a4559d57d00a57c9432b410d4
+ sha256sums =
f7f0f827d4028d808bc2723b2240f53ea29b9f29d66321b99c3010f8d11008b6
+ sha256sums =
3d34056b24726d651d2f0d7e208db395e8b2c8ca236cf046e8c1afdd69e42058
pkgname = intel-compute-runtime
=====================================
010-intel-compute-runtime-disable-werror.patch
=====================================
@@ -1,10 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -855,7 +855,6 @@ if(NOT MSVC)
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-noexcept-type") # Added
for gtest
- endif()
- endif()
-- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Werror=vla")
+@@ -833,7 +833,7 @@ endif()
- if(USE_SANITIZE_UB)
- check_cxx_compiler_flag(-fsanitize=undefined
COMPILER_SUPPORTS_UNDEFINED_BEHAVIOR_SANITIZER)
+ # Compiler warning flags
+ if(NOT MSVC)
+- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Werror")
++ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Winvalid-pch")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wvla")
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Maintainer: Torsten Keßler <[email protected]>
pkgname=intel-compute-runtime
-pkgver=24.48.31907.7
+pkgver=24.52.32224.5
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=('ed80ecc5092e12d71fe5616f27b2f3af9a9f720a7868387d5de6cb48def3de0c'
- 'd90898aa3fa44f393b424491231b0178d5f6096a4559d57d00a57c9432b410d4')
+sha256sums=('f7f0f827d4028d808bc2723b2240f53ea29b9f29d66321b99c3010f8d11008b6'
+ '3d34056b24726d651d2f0d7e208db395e8b2c8ca236cf046e8c1afdd69e42058')
prepare() {
patch -d compute-runtime-${pkgver} -Np1 -i
"${srcdir}/010-intel-compute-runtime-disable-werror.patch"
@@ -37,7 +37,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/24.48.31907.7/third_party/opencl_headers/.version
+ #
https://github.com/intel/compute-runtime/blob/24.52.32224.5/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/50caed29a6210421c7bee83748649482a6bca1d2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intel-compute-runtime/-/commit/50caed29a6210421c7bee83748649482a6bca1d2
You're receiving this email because of your account on gitlab.archlinux.org.