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

Bruno Pagani archange at archlinux.org
Sat Oct 19 14:24:52 UTC 2019


    Date: Saturday, October 19, 2019 @ 14:24:51
  Author: archange
Revision: 517458

upgpkg: intel-graphics-compiler 1:1.0.2714-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-19 14:09:24 UTC (rev 517457)
+++ PKGBUILD	2019-10-19 14:24:51 UTC (rev 517458)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.2652
+pkgver=1.0.2714
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -12,17 +12,11 @@
 depends=(llvm-libs intel-opencl-clang)
 makedepends=(cmake clang llvm zlib python)
 options=(!emptydirs)
-source=("${url}/archive/igc-${pkgver}.tar.gz"
-        igc-${pkgver}-build-fix.patch::"${url}/commit/028414b376d12d7d6fbb4939bca2a31a02b6a18f.patch")
-sha256sums=('32aa20abe6dbc66dbeffc86aab0db96420b12eb93aec28ad2c98da9f93c1189f'
-            'f3ded012337547f730a162596c701f902ec156c69f1949f7ae0f9cd0d6b2e5a7')
+source=("${url}/archive/igc-${pkgver}.tar.gz")
+sha256sums=('eaddbfc99dc906d2b6b0b820cda632a75eb4b891a09cd20ed61da24357755ad2')
 
 prepare() {
     mkdir -p build
-    
-    # fix build error
-    # https://github.com/intel/intel-graphics-compiler/issues/112
-    patch -d ${pkgname}-igc-${pkgver} -Np1 -i ../igc-${pkgver}-build-fix.patch
 }
 
 build() {



More information about the arch-commits mailing list