[arch-commits] Commit in arrayfire/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Sat Jun 26 03:40:41 UTC 2021
Date: Saturday, June 26, 2021 @ 03:40:41
Author: kgizdov
Revision: 967514
upgpkg: arrayfire 3.8.0-9: add latest PTX for future compat and cudnn rebuild
Modified:
arrayfire/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-26 03:16:53 UTC (rev 967513)
+++ PKGBUILD 2021-06-26 03:40:41 UTC (rev 967514)
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
pkgname=arrayfire
pkgver=3.8.0
-pkgrel=8
+pkgrel=9
pkgdesc="High performance software library for parallel computing with an easy-to-use API"
arch=('x86_64')
url='https://arrayfire.com'
@@ -40,7 +40,7 @@
-DAF_WITH_NONFREE=ON \
-DAF_BUILD_EXAMPLES=ON \
-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" \
+ -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-10 \
-DBoost_NO_BOOST_CMAKE=ON
More information about the arch-commits
mailing list