summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Riva2017-02-11 20:48:01 +0100
committerSimone Riva2017-02-11 20:48:01 +0100
commit7de2a838645385e1af2f52691d52638322188005 (patch)
tree1a9fab04a99fd500a1ccc5b158e052ab1e37d399
parentb10aed3c1c21df1bbc9bae2967c6953586f1804d (diff)
downloadaur-7de2a838645385e1af2f52691d52638322188005.tar.gz
1.12.0-3
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07c325280d19..d4a5da87b7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@ pkgname="python-numpy-mkl"
true && pkgname=('python-numpy-mkl' 'python2-numpy-mkl')
#pkgname=('python-numpy')
pkgver=1.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="Scientific tools for Python compiled with intel mkl"
arch=('i686' 'x86_64')
license=('custom')
options=('staticlibs')
url="http://numpy.scipy.org/"
depends=( 'intel-mkl' 'python' 'python2' )
-makedepends=( 'python-setuptools' 'python2-setuptools' 'intel-compiler-base' 'intel-fortran-compiler' 'python-nose' 'python2-nose' )
+makedepends=( 'python-setuptools' 'python2-setuptools' 'intel-compiler-base' 'intel-fortran-compiler' 'python-nose' 'python2-nose' 'cython' )
source=( https://github.com/numpy/numpy/archive/v${pkgver}.tar.gz
'site64.cfg' 'site32.cfg' 'intel.py' 'intelccompiler.py' '__init__2.py.patch' '__init__3.py.patch' )