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

Evangelos Foutras foutrelis at archlinux.org
Wed Jun 2 18:21:37 UTC 2021


    Date: Wednesday, June 2, 2021 @ 18:21:36
  Author: foutrelis
Revision: 953279

Specify IGC_OPTION__LLVM_MODE=Prebuilds

Without this, IGC still defaults to system LLVM but first looks for
local LLVM sources. Better to be explicit about which mode we want.

Modified:
  intel-graphics-compiler/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-02 18:02:30 UTC (rev 953278)
+++ PKGBUILD	2021-06-02 18:21:36 UTC (rev 953279)
@@ -38,6 +38,7 @@
         -DCMAKE_INSTALL_LIBDIR=lib \
         -DIGC_OPTION__ARCHITECTURE_TARGET='Linux64' \
         -DIGC_OPTION__LLVM_PREFERRED_VERSION='12.0.0' \
+        -DIGC_OPTION__LLVM_MODE=Prebuilds \
         -DVC_INTRINSICS_SRC="${srcdir}/vc-intrinsics" \
         -DINSTALL_SPIRVDLL=0 \
         -DINSTALL_GENX_IR=ON \



More information about the arch-commits mailing list