[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sat May 7 11:42:35 UTC 2022
Date: Saturday, May 7, 2022 @ 11:42:34
Author: archange
Revision: 1196168
upgpkg: intel-compute-runtime 22.18.23063-1
Modified:
intel-compute-runtime/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-07 11:38:42 UTC (rev 1196167)
+++ PKGBUILD 2022-05-07 11:42:34 UTC (rev 1196168)
@@ -2,7 +2,7 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=intel-compute-runtime
-pkgver=22.17.23034
+pkgver=22.18.23063
pkgrel=1
pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver"
arch=(x86_64)
@@ -15,9 +15,15 @@
provides=(opencl-driver level-zero-driver)
# https://github.com/intel/compute-runtime/issues/528
options=(!lto)
-source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d46ef4801b202f031d516da62e7e4f7da26288238f8371f67d63e1dd57d98b62')
+source=(https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+ ${pkgname}-gcc12.patch::https://github.com/intel/compute-runtime/commit/ac01f74924ea9df977466d28fce1a049abc22a9d.patch)
+sha256sums=('3dc6a530838cd80c17fa4de64e615e5aa228623029cd7da4564ced378a5264fa'
+ '9075dc4abc0baf8002463424c6e0fc9d568f4cba6158c8912434e255fe2541cf')
+prepare() {
+ patch -p1 -d compute-runtime-${pkgver} < ${pkgname}-gcc12.patch
+}
+
build() {
# ${${pkgver#*.}%.*} not supported by bash?
cmake -B build -S compute-runtime-${pkgver} \
More information about the arch-commits
mailing list