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

Bruno Pagani archange at gemini.archlinux.org
Tue Jun 14 19:30:00 UTC 2022


    Date: Tuesday, June 14, 2022 @ 19:30:00
  Author: archange
Revision: 1237914

upgpkg: intel-graphics-compiler 1:1.0.11378-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-14 19:29:32 UTC (rev 1237913)
+++ PKGBUILD	2022-06-14 19:30:00 UTC (rev 1237914)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.11279
+pkgver=1.0.11378
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,15 +13,9 @@
 makedepends=(git cmake clang lld llvm python libunwind spirv-headers vc-intrinsics)
 # https://github.com/intel/intel-graphics-compiler/issues/237
 options=(!emptydirs !lto)
-source=(${url}/archive/igc-${pkgver}.tar.gz
-        ${pkgname}-fix-debug-spirv-llvm.patch::${url}/commit/991fd3d661efcb4fb6df63b76310d6e634b05c39.patch)
-sha256sums=('175beaf2b8a39049d454c49c6f418791f294dabf643203486290da8e9b311545'
-            '25f860c8161c7d39707280fd995463630bd53becbeb27c47d603785aa13ef704')
+source=(${url}/archive/igc-${pkgver}.tar.gz)
+sha256sums=('527229e8b7d7773e128a12fa5577ea0193643479b0bc23906d9872384604a7dc')
 
-prepare() {
-  patch -d ${pkgname}-igc-${pkgver} -p1 < ${pkgname}-fix-debug-spirv-llvm.patch
-}
-
 build() {
   cmake -B build -S ${pkgname}-igc-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list