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

Bruno Pagani archange at gemini.archlinux.org
Sat Mar 5 00:08:14 UTC 2022


    Date: Saturday, March 5, 2022 @ 00:08:14
  Author: archange
Revision: 1142037

upgpkg: intel-graphics-compiler 1:1.0.10409-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-05 00:08:08 UTC (rev 1142036)
+++ PKGBUILD	2022-03-05 00:08:14 UTC (rev 1142037)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.9636
+pkgver=1.0.10409
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -10,16 +10,16 @@
 url="https://github.com/intel/intel-graphics-compiler"
 license=(MIT)
 depends=(llvm-libs intel-opencl-clang ncurses zlib)
-makedepends=(git cmake clang lld llvm python libunwind)
+makedepends=(git cmake clang lld llvm python libunwind vc-intrinsics)
 options=(!emptydirs !lto)
 source=(${url}/archive/igc-${pkgver}.tar.gz
-        ${pkgname}-fix-lld-prebuilt.patch::https://github.com/intel/intel-graphics-compiler/pull/210.patch
-        ${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=('be8d1b162b838da8eb141ef103e136874c4542a8c80f3d1fd0f27ce1aadaf485'
-            'b2da1a00ac59ce7e98fd6cfb554f8974b1500bc1b9973387181414ffa4cffea5'
+        ${pkgname}-fix-lld-prebuilt-and-limits.patch::${url}/commit/4369c970d4e02258b3c53e854faaa34197124a33.patch
+        ${pkgname}-fix-missing-limits.patch::${url}/pull/220.patch
+        git+https://github.com/intel/vc-intrinsics.git#commit=a7270625195501019507017aab17e50f5dac6466
+        git+https://github.com/KhronosGroup/SPIRV-Tools.git#commit=b1877de5cd776117050bd42f08d04b52bce16099
+        git+https://github.com/KhronosGroup/SPIRV-Headers.git#commit=b42ba6d92faf6b4938e6f22ddd186dbdacc98d78)
+sha256sums=('233992605e1fd7e337e1457559ee6648a822f4b6e5c4894c5b11638d41f7e730'
+            'd56f8537ffb25f67e29ae0fbd018247f0b7735c9ea68b7347a0dad3a7f182d5a'
             '4505488fa483446ff50d041609fca63762e5f82711ada1321a94f97165115c88'
             'SKIP'
             'SKIP'
@@ -27,7 +27,7 @@
 
 prepare() {
   cd ${pkgname}-igc-${pkgver}
-  patch -p1 < ../${pkgname}-fix-lld-prebuilt.patch
+  patch -p1 < ../${pkgname}-fix-lld-prebuilt-and-limits.patch
   patch -p1 < ../${pkgname}-fix-missing-limits.patch
 }
 
@@ -39,10 +39,9 @@
     -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
     -DIGC_OPTION__CLANG_MODE=Prebuilds \
     -DIGC_OPTION__LLD_MODE=Prebuilds \
-    -DIGC_OPTION__LLVM_PREFERRED_VERSION='13.0.0' \
+    -DIGC_OPTION__LLVM_PREFERRED_VERSION='13.0.1' \
     -DIGC_OPTION__LLVM_MODE=Prebuilds \
     -DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR=ON \
-    -DIGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_VC=ON \
     -DIGC_OPTION__SPIRV_TRANSLATOR_MODE=Prebuilds \
     -DVC_INTRINSICS_SRC="${srcdir}/vc-intrinsics" \
     -DINSTALL_GENX_IR=ON \



More information about the arch-commits mailing list