summaryrefslogtreecommitdiff
path: root/libre/arrayfire
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-30 00:47:45 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-30 00:47:45 -0300
commitc3266ae87f6ec20e7f6e7b829acbba013a19573b (patch)
treeb0cda33aa46c509aa7b80ce549f923cc063b866d /libre/arrayfire
parent7eab0884793e31843a233f256d645829f7e72a07 (diff)
arrayfire 3.3.2-1.parabola1: updating version
Diffstat (limited to 'libre/arrayfire')
-rw-r--r--libre/arrayfire/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD
index 76bcadff3..653c21e69 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.1
+pkgver=3.3.2
arch=('i686' 'x86_64')
pkgrel=1.parabola1
license=('BSD')
@@ -13,8 +13,8 @@ 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=('4d2b7e9c14d1e5ba3ab262aceec94991')
-md5sums=('c7ba11933024d8d57b369acb55bf3356'
+mkmd5sums=('01d8d3d498291cf77da9461e34d3671c')
+md5sums=('8f3e13dfb0fd8ce8aa7874762c53cdc3'
'a826b39647d3b48295dd727a2d74fb6a')
check() {
@@ -75,7 +75,7 @@ build() {
-DBUILD_SIFT=OFF \
-DBUILD_CUDA=OFF
- make
+ make -j1
}
package() {