summaryrefslogtreecommitdiff
path: root/libre/arrayfire/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-29 11:22:09 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-29 11:22:09 -0300
commit33bb9edf120c0c408f7337ba57723e60bbd08006 (patch)
treeaaf4bf7a7a55d09bf9fcbd1a5f7f7ffae5c227e9 /libre/arrayfire/PKGBUILD
parent528052f3eaa47b022484cbcc419a7bb5ceda8f35 (diff)
arrayfire-3.4.0-1.parabola1: updating version
Diffstat (limited to 'libre/arrayfire/PKGBUILD')
-rw-r--r--libre/arrayfire/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD
index 1ea08f49c..6601ded8f 100644
--- a/libre/arrayfire/PKGBUILD
+++ b/libre/arrayfire/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arrayfire
pkgdesc="High performance software library for parallel computing with an easy-to-use API, without nonfree cuda and nvidia-utils support and nonfree SIFT algorithm"
url='http://arrayfire.com'
-pkgver=3.3.2
+pkgver=3.4.0
arch=('i686' 'x86_64' 'armv7h')
pkgrel=1.parabola1
license=('BSD')
@@ -13,13 +13,14 @@ optdepends=('libclc: Required for using OpenCL backend')
mksource=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
source=(https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-full-${pkgver}.tar.bz2
remove-nonfree-references.patch)
-mkmd5sums=('01d8d3d498291cf77da9461e34d3671c')
-md5sums=('8f3e13dfb0fd8ce8aa7874762c53cdc3'
- 'a826b39647d3b48295dd727a2d74fb6a')
+mkmd5sums=('f9330906c122007287e092c9282c0f97')
+md5sums=('830fab3295a7c682be63a43eaf2bdf92'
+ '5b6a5dcb4461aa2b7b5369294836fe7c')
check() {
cd "${srcdir}/arrayfire-full-${pkgver}/build"
+ # Some tests fail :(
#make test
}
@@ -75,7 +76,7 @@ build() {
-DBUILD_SIFT=OFF \
-DBUILD_CUDA=OFF
- make -j1
+ make
}
package() {