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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun May 15 04:24:04 UTC 2022


    Date: Sunday, May 15, 2022 @ 04:24:04
  Author: svenstaro
Revision: 1206218

upgpkg: arrayfire 3.8.1-7: cuda 11.7 rebuild

Modified:
  arrayfire/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-15 04:23:14 UTC (rev 1206217)
+++ PKGBUILD	2022-05-15 04:24:04 UTC (rev 1206218)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 pkgname=arrayfire
 pkgver=3.8.1
-pkgrel=6
+pkgrel=7
 pkgdesc="High performance software library for parallel computing with an easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'
@@ -42,7 +42,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;8.6+PTX" \
       -DCMAKE_BUILD_TYPE=Release \
-      -DCUDA_HOST_COMPILER=/usr/bin/gcc \
+      -DCUDA_HOST_COMPILER=/usr/bin/gcc-11 \
       -DBoost_NO_BOOST_CMAKE=ON
 
   ninja -C build



More information about the arch-commits mailing list