aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-numpy
diff options
context:
space:
mode:
authorMichael Koloberdin <koloberdin@gmail.com>2015-11-29 17:43:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-30 13:16:10 +0000
commit2e5c4bfcf1c9746edd58a8e684d01403f234e71d (patch)
tree2ad0d3f53efe40555910861828f4b47077f1dbaf /testing/py-numpy
parentbfc1d4c1e32ac7365012935751b85a0d3c899c6a (diff)
downloadaports-2e5c4bfcf1c9746edd58a8e684d01403f234e71d.tar.bz2
aports-2e5c4bfcf1c9746edd58a8e684d01403f234e71d.tar.xz
testing/py-numpy: build with openblas (doc: optional but strongly recommended for NumPy, required for SciPy)
Diffstat (limited to 'testing/py-numpy')
-rw-r--r--testing/py-numpy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-numpy/APKBUILD b/testing/py-numpy/APKBUILD
index 0bff22d5f5..965a7ffd70 100644
--- a/testing/py-numpy/APKBUILD
+++ b/testing/py-numpy/APKBUILD
@@ -3,13 +3,13 @@
pkgname=py-numpy
_pkgname=numpy
pkgver=1.10.1
-pkgrel=0
+pkgrel=1
pkgdesc="Scientific tools for Python"
url="http://numpy.scipy.org/"
arch="all"
license="BSD"
depends="gfortran"
-depends_dev="python-dev"
+depends_dev="python-dev openblas-dev"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"