summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90805abb6d91..ea83e562b3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,14 @@ pkgname=armadillo
pkgver=9.870.2
_pkgver=${pkgver/_/-} # For use with RC releases, to replace the _ with -
-pkgrel=1
+pkgrel=2
pkgdesc="C++ linear algebra library"
arch=('i686' 'x86_64')
url="http://arma.sourceforge.net/"
license=('Apache')
depends=('lapack' 'blas' 'arpack' 'superlu>=5.2.0')
optdepends=('hdf5: HDF5 output'
- 'cuda: NVBLAS support'
- 'acml-cblas: ACML support')
+ 'intel-mkl: Intel Math Kernel Library support')
makedepends=('cmake')
source=("http://downloads.sourceforge.net/sourceforge/arma/$pkgname-$_pkgver.tar.xz")
install=armadillo.install