aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 22:05:38 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-05 22:39:40 +0100
commit1f462fa249adeab8ad22f0182723ed6e639243f5 (patch)
tree34ec565d386f0902b2dbacf422a79080743b07d5
parent2d56b3345e58a58dc85bb979e28bc102a4f27a02 (diff)
community/py3-scipy: rebuild against lapack
-rw-r--r--community/py3-scipy/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-scipy/APKBUILD b/community/py3-scipy/APKBUILD
index 84e2164b17a..43e21a4f2fb 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