[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

Daniel Bermond dbermond at archlinux.org
Fri Jan 3 18:02:18 UTC 2020


    Date: Friday, January 3, 2020 @ 18:02:18
  Author: dbermond
Revision: 547651

upgpkg: intel-compute-runtime 19.52.15209-1: Updated to version 19.52.15209

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-03 17:53:05 UTC (rev 547650)
+++ PKGBUILD	2020-01-03 18:02:18 UTC (rev 547651)
@@ -2,7 +2,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=intel-compute-runtime
-pkgver=19.51.15145
+pkgver=19.52.15209
 pkgrel=1
 pkgdesc="Intel(R) Graphics Compute Runtime for OpenCL(TM). Replaces Beignet for Gen8 (Broadwell) and beyond."
 arch=(x86_64)
@@ -13,9 +13,19 @@
 optdepends=('libva: for cl_intel_va_api_media_sharing'
             'libdrm: for cl_intel_va_api_media_sharing')
 provides=(opencl-driver)
-source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('222a8f6515ea0f05f4bbc3d08b180c71190042b5d2d38d8001885b4e184c565e')
+source=("https://github.com/intel/compute-runtime/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        '010-neo-move-GmmClientContext.patch'::'https://github.com/intel/compute-runtime/commit/8cc2a6c28e8f0d10b34081931e0d961bdeeec7ea.patch'
+        '020-neo-intel-gmmlib-19.4.1.patch'::'https://github.com/intel/compute-runtime/commit/87e948eef584c7666d4dd7ccf0b5384077deedbf.patch')
+sha256sums=('91405bcdc2241073161adc5d01885121adf78454d6dbd3dd796a5fd3fdae2812'
+            'b43bdcca78321b3353b43115f6ad527447d6b9bdbd09bd1217ee0435c0de29f6'
+            'c142a9bd886bfe3643dd4d9e48b0031ca6b83870603614359146faf7783fb3b0')
 
+prepare() {
+    # add support for intel-gmmlib 19.4.1
+    patch -d compute-runtime-${pkgver} -Np1 -i "${srcdir}/010-neo-move-GmmClientContext.patch"
+    patch -d compute-runtime-${pkgver} -Np1 -i "${srcdir}/020-neo-intel-gmmlib-19.4.1.patch"
+}
+
 build() {
     cmake -B build -S compute-runtime-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list