summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2024-06-02 10:56:20 +0200
committerGuilhem Saurel2024-06-02 10:56:20 +0200
commitcb00c6a14a56a7f2024f4cd477e0976a02229eb5 (patch)
tree424d60787df7bd9b094fdece83139fdc5b98b3d3
parentecfbd772f9ab83ba6676aabf247bec95220579e1 (diff)
downloadaur-cb00c6a14a56a7f2024f4cd477e0976a02229eb5.tar.gz
add scipy
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf23145b592b..e30499714560 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://github.com/$_org/$_pkgname"
license=('BSD-2-Clause')
depends=('boost-libs' 'eigen' 'gcc-libs' 'glibc')
optdepends=('doxygen')
-makedepends=('cmake' 'boost' 'python-numpy')
+makedepends=('cmake' 'boost' 'python-numpy' 'python-scipy')
source=("$url/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz"{,.sig})
sha256sums=('f01eb2df88f3f470d7bd0c90716170e59f1495f5631525646c9f9378db5c127a'
'SKIP')