[arch-commits] Commit in intel-compute-runtime/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Fri Nov 12 20:52:08 UTC 2021


    Date: Friday, November 12, 2021 @ 20:52:08
  Author: archange
Revision: 1044810

Re-enable built-ins and rebuild with lastest igc/llvm fixes

In relation to https://github.com/intel/intel-graphics-compiler/issues/204

Modified:
  intel-compute-runtime/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-12 20:25:44 UTC (rev 1044809)
+++ PKGBUILD	2021-11-12 20:52:08 UTC (rev 1044810)
@@ -3,7 +3,7 @@
 
 pkgname=intel-compute-runtime
 pkgver=21.44.21506
-pkgrel=1
+pkgrel=2
 pkgdesc="Intel(R) Graphics Compute Runtime for oneAPI Level Zero and OpenCL(TM) Driver"
 arch=(x86_64)
 url="https://01.org/compute-runtime"
@@ -26,7 +26,6 @@
     -DNEO_OCL_VERSION_MINOR=$(echo ${pkgver} | cut -d . -f2) \
     -DNEO_VERSION_BUILD=${pkgver##*.} \
     -DSUPPORT_DG1=ON \
-    -DNEO_DISABLE_BUILTINS_COMPILATION=ON \
     -DSKIP_UNIT_TESTS=1 \
     -Wno-dev
   make -C build



More information about the arch-commits mailing list