[arch-commits] Commit in arrayfire/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 29 00:52:27 UTC 2020


    Date: Tuesday, September 29, 2020 @ 00:52:27
  Author: svenstaro
Revision: 713631

Re-add explicit host compiler line

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-29 00:52:15 UTC (rev 713630)
+++ PKGBUILD	2020-09-29 00:52:27 UTC (rev 713631)
@@ -35,6 +35,7 @@
       -DAF_BUILD_DOCS=ON \
       -DCUDA_architecture_build_targets="5.2;5.3;6.0;6.1;6.2;7.0;7.2;7.5;8.0;8.6" \
       -DCMAKE_BUILD_TYPE=Release \
+      -DCUDA_HOST_COMPILER=/usr/bin/gcc \
       -DBoost_NO_BOOST_CMAKE=ON
 
   ninja -C build



More information about the arch-commits mailing list