aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-numpy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-numpy/APKBUILD')
-rw-r--r--community/py-numpy/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/py-numpy/APKBUILD b/community/py-numpy/APKBUILD
index bebbd3e4fd..0991a4b380 100644
--- a/community/py-numpy/APKBUILD
+++ b/community/py-numpy/APKBUILD
@@ -5,7 +5,7 @@
pkgname=py-numpy
_pkgname=numpy
pkgver=1.15.0
-pkgrel=0
+pkgrel=1
pkgdesc="Scientific tools for Python"
url="http://numpy.scipy.org/"
arch="all"
@@ -21,6 +21,7 @@ subpackages="$pkgname-dev
py2-$_pkgname:_py
py3-$_pkgname:_py"
source="https://github.com/numpy/numpy/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz
+ fix-undefined-functions-on-big-endian-systems.patch
site.cfg"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -102,4 +103,5 @@ _pylibdir() {
}
sha512sums="a1f0f2a2227ee2ea0a7c2c6676be1d50f1b67cc58f409b3b1094de50390294c23509f88a394a390c57d03c2d5785256c12d8534ad87f6719f0ec4ea574de7ed6 numpy-1.15.0.tar.gz
+e698115f59db8dd4e2f42a62f7e5df06beca84ac3e049f3aacfb2ecb976b82ac0a7660d1a0314266b8223cbd3518f7037d5b3e9edfc2816fcb6a3d900993cf20 fix-undefined-functions-on-big-endian-systems.patch
21ca8db304cbbf5949f07702f2a42bb5e5a0d641921e36649555a41b0e48f04e96f53760417823177ac27f6de24b2191e6e1d5f0eb393beafa29f7484e23284f site.cfg"