diff options
Diffstat (limited to 'community/py3-scipy')
-rw-r--r-- | community/py3-scipy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-scipy/APKBUILD b/community/py3-scipy/APKBUILD index 84e2164b17..43e21a4f2f 100644 --- a/community/py3-scipy/APKBUILD +++ b/community/py3-scipy/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Isaac Dunham <ibid.ag@gmail.com> pkgname=py3-scipy pkgver=1.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for scientific computing" url="https://www.scipy.org" arch="all" license="BSD-3-Clause" depends="py3-numpy-f2py" makedepends="cython gfortran openblas-dev>=0.3.0 py3-numpy-dev py3-setuptools - python3-dev" + python3-dev lapack-dev" source="https://github.com/scipy/scipy/releases/download/v$pkgver/scipy-$pkgver.tar.xz" builddir="$srcdir"/scipy-$pkgver |