[arch-commits] Commit in intel-graphics-compiler/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Dec 2 22:01:07 UTC 2021


    Date: Thursday, December 2, 2021 @ 22:01:07
  Author: archange
Revision: 1062773

upgpkg: intel-graphics-compiler 1:1.0.9441-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 22:01:04 UTC (rev 1062772)
+++ PKGBUILD	2021-12-02 22:01:07 UTC (rev 1062773)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.9389
+pkgver=1.0.9441
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -14,13 +14,13 @@
 options=(!emptydirs)
 source=(${url}/archive/igc-${pkgver}.tar.gz
         ${pkgname}-fix-lld-prebuilt.patch::https://github.com/intel/intel-graphics-compiler/pull/210.patch
-        ${pkgname}-fix-216.patch::https://github.com/intel/intel-graphics-compiler/commit/99edbf49d7c97febca9fd354415a9a93c92421d3.patch
-        git+https://github.com/intel/vc-intrinsics.git#commit=2cd5a7b013d09d21ad206708943faf0b575e0ece
+        ${pkgname}-fix-missing-limits.patch::https://github.com/intel/intel-graphics-compiler/pull/220.patch
+        git+https://github.com/intel/vc-intrinsics.git#commit=8ee879314584e6630688b0a3b290d065dcabb383
         git+https://github.com/KhronosGroup/SPIRV-Tools.git
         git+https://github.com/KhronosGroup/SPIRV-Headers.git)
-sha256sums=('563a525375c25875aeb41a0fed1ebe9d1c3d67355576c73948c5305bcac93e36'
+sha256sums=('b9fdde261d666d549f05932bb015022404125e7146ffdf0813de643f82ce0742'
             'b2da1a00ac59ce7e98fd6cfb554f8974b1500bc1b9973387181414ffa4cffea5'
-            'c7a96b5629384422ff2d848624ac60d5cc6dffd0289bce430df1ba813a45474c'
+            'ab2fc406c1c50b2db7ef8e1bf78da91811e3c6acae5ec087cd00b2f1b63cb51a'
             'SKIP'
             'SKIP'
             'SKIP')
@@ -27,9 +27,8 @@
 
 prepare() {
   cd ${pkgname}-igc-${pkgver}
-  # https://github.com/intel/intel-graphics-compiler/issues/216
-  patch -p1 < ../${pkgname}-fix-216.patch
   patch -p1 < ../${pkgname}-fix-lld-prebuilt.patch
+  patch -p1 < ../${pkgname}-fix-missing-limits.patch
 }
 
 build() {



More information about the arch-commits mailing list