aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-scipy/APKBUILD
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 07:58:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 05:33:23 +0000
commit85803fa9aa95ce509c1f8814831526e9da822f43 (patch)
tree2bd4b84f859fd501663ad2e462c94a4f2434799b /community/py-scipy/APKBUILD
parent3a1104ba09d75ffbc849cccf59ee1a619e04cde6 (diff)
downloadaports-85803fa9aa95ce509c1f8814831526e9da822f43.tar.bz2
aports-85803fa9aa95ce509c1f8814831526e9da822f43.tar.xz
community/[various]: rebuild against openblas-0.3.0, enable s390x
community/suitesparse: upgrade to to 5.2.0
Diffstat (limited to 'community/py-scipy/APKBUILD')
-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 de31fb1473..e323736985 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