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

Bruno Pagani archange at archlinux.org
Thu Oct 29 12:08:31 UTC 2020


    Date: Thursday, October 29, 2020 @ 12:08:31
  Author: archange
Revision: 736500

upgpkg: intel-graphics-compiler 1:1.0.5353-1

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-29 11:59:27 UTC (rev 736499)
+++ PKGBUILD	2020-10-29 12:08:31 UTC (rev 736500)
@@ -3,7 +3,7 @@
 
 pkgname=intel-graphics-compiler
 epoch=1
-pkgver=1.0.4427
+pkgver=1.0.5353
 pkgrel=1
 pkgdesc="Intel Graphics Compiler for OpenCL"
 arch=(x86_64)
@@ -13,12 +13,17 @@
 makedepends=(git cmake clang llvm python)
 options=(!emptydirs)
 source=(${url}/archive/igc-${pkgver}.tar.gz
-        git+https://github.com/intel/vc-intrinsics.git#commit=d7c5f99bd910a681b907815ebd44ef319ff417c4
-        git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=e87b59a77abb30d3b5fb0b3e0555a39acbe5ebb4)
-sha256sums=('911d3fa853122ef3f603797e9da289d08c09541fd6fbf4d476c1d14d5632b048'
+        git+https://github.com/intel/vc-intrinsics.git#commit=eabcd2022cf868a658b257b8ea6ad62acbbe7dc5
+        git+https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git#commit=d6dc999eee381158a26f048a333467c9ce7e77f2)
+sha256sums=('8a7ebe4498b4777c55837ffbea75d2cff367fb31e1eeb44fbbe307fdb7cf26d6'
             'SKIP'
             'SKIP')
 
+prepare() {
+    cd ${pkgname}-igc-${pkgver}
+    sed -i 's|-Werror||g' IGC/CMakeLists.txt
+}
+
 build() {
     cmake -B build -S ${pkgname}-igc-${pkgver} \
         -DCMAKE_BUILD_TYPE=Release \
@@ -25,7 +30,7 @@
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
-        -DIGC_PREFERRED_LLVM_VERSION='10.0.1' \
+        -DIGC_PREFERRED_LLVM_VERSION='11.0.0' \
         -DVC_INTRINSICS_SRC="${srcdir}/vc-intrinsics" \
         -DSPIRV_SRC="${srcdir}/SPIRV-LLVM-Translator" \
         -DINSTALL_GENX_IR=ON \



More information about the arch-commits mailing list