diff options
Diffstat (limited to 'libre/arrayfire/PKGBUILD')
-rw-r--r-- | libre/arrayfire/PKGBUILD | 11 |
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() { |