aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-scipy
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-scipy')
-rw-r--r--community/py-scipy/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-scipy/APKBUILD b/community/py-scipy/APKBUILD
index de31fb1473f..e323736985a 100644
--- a/community/py-scipy/APKBUILD
+++ b/community/py-scipy/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py-scipy
pkgver=1.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Python library for scientific computing"
url="http://www.scipy.org"
-arch="all !s390x"
+arch="all"
license="BSD"
depends="py-numpy-f2py"
-makedepends="python2-dev python3-dev py-setuptools gfortran py-numpy-dev openblas-dev cython-dev"
+makedepends="python2-dev python3-dev py-setuptools gfortran py-numpy-dev openblas-dev>=0.3.0 cython-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://github.com/scipy/scipy/releases/download/v$pkgver/scipy-$pkgver.tar.xz"
builddir="$srcdir"/${pkgname#py-}-$pkgver