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

Sven-Hendrik Haase svenstaro at archlinux.org
Tue Sep 27 12:34:50 UTC 2016


    Date: Tuesday, September 27, 2016 @ 12:34:50
  Author: svenstaro
Revision: 190669

upgpkg: arrayfire 3.4.0-1

upstream release 3.4.0

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-27 12:09:57 UTC (rev 190668)
+++ PKGBUILD	2016-09-27 12:34:50 UTC (rev 190669)
@@ -2,7 +2,7 @@
 pkgname=arrayfire
 pkgdesc="High performance software library for parallel computing with an easy-to-use API"
 url='http://arrayfire.com'
-pkgver=3.3.2
+pkgver=3.4.0
 arch=('i686' 'x86_64')
 pkgrel=1
 license=('BSD')
@@ -13,11 +13,12 @@
             'nvidia-utils: Required for using CUDA backend'
             'libclc: Required for using OpenCL backend')
 source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('01d8d3d498291cf77da9461e34d3671c')
+md5sums=('f9330906c122007287e092c9282c0f97')
 
 check() {
   cd "${srcdir}/arrayfire-full-${pkgver}/build"
 
+  # Some tests fail :(
   #make test
 }
 
@@ -36,7 +37,7 @@
       -DBUILD_EXAMPLES=ON \
       -DBUILD_DOCS=ON
 
-  make -j1
+  make
 }
 
 package() {



More information about the arch-commits mailing list