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

Bruno Pagani archange at gemini.archlinux.org
Sun Dec 26 18:49:09 UTC 2021


    Date: Sunday, December 26, 2021 @ 18:49:09
  Author: archange
Revision: 1083897

upgpkg: intel-graphics-compiler 1:1.0.9636-1

Disable lto, not supported by clang builds

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-26 18:15:03 UTC (rev 1083896)
+++ PKGBUILD	2021-12-26 18:49:09 UTC (rev 1083897)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.9441
+pkgver=1.0.9636
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 depends=(llvm-libs intel-opencl-clang ncurses zlib)
 makedepends=(git cmake clang lld llvm python libunwind)
-options=(!emptydirs)
+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
@@ -18,9 +18,9 @@
         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=('b9fdde261d666d549f05932bb015022404125e7146ffdf0813de643f82ce0742'
+sha256sums=('be8d1b162b838da8eb141ef103e136874c4542a8c80f3d1fd0f27ce1aadaf485'
             'b2da1a00ac59ce7e98fd6cfb554f8974b1500bc1b9973387181414ffa4cffea5'
-            'ab2fc406c1c50b2db7ef8e1bf78da91811e3c6acae5ec087cd00b2f1b63cb51a'
+            '4505488fa483446ff50d041609fca63762e5f82711ada1321a94f97165115c88'
             'SKIP'
             'SKIP'
             'SKIP')



More information about the arch-commits mailing list