summaryrefslogtreecommitdiff
path: root/libre/arrayfire/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-17 00:24:04 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-11-17 00:24:04 -0300
commit67e5f7c165a5ad9dedda5361baf85c5a939a2fa9 (patch)
tree10b168cc83b45c18a8f7489273c92107b638613f /libre/arrayfire/PKGBUILD
parent1736d8dd9f1377897c0bd3a8881c3d4acf4c0710 (diff)
downloadabslibre-67e5f7c165a5ad9dedda5361baf85c5a939a2fa9.tar.gz
abslibre-67e5f7c165a5ad9dedda5361baf85c5a939a2fa9.tar.bz2
abslibre-67e5f7c165a5ad9dedda5361baf85c5a939a2fa9.zip
arrayfire-3.2.0-1.parabola1: updating version
Diffstat (limited to 'libre/arrayfire/PKGBUILD')
-rw-r--r--libre/arrayfire/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD
index 33cd54b2d..a0bc98db1 100644
--- a/libre/arrayfire/PKGBUILD
+++ b/libre/arrayfire/PKGBUILD
@@ -3,21 +3,19 @@
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.1.3
+pkgver=3.2.0
arch=('i686' 'x86_64')
pkgrel=1.parabola1
license=('BSD')
makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
-optdepends=('libclc: Required for using OpenCL backend'
- 'glfw: Required for running the examples'
- 'glew: Required for running the examples')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 'glew')
+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=('0bc133fc8667120ad7799b3550780381')
-md5sums=('7a970e4a9bba9ae4cdb97cda9008783c'
- 'bb0ef2b34ee09af4c85c9cb13c0ee485')
+mkmd5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
+md5sums=('05455aee63c46dfa33fd2badb0cd3c17'
+ '679f5b3b1dec733fd6c1e8c32168c560')
check() {
cd "${srcdir}/arrayfire-full-${pkgver}/build"