summaryrefslogtreecommitdiff
path: root/math/py-scipy
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2021-04-20 21:39:25 +0000
committerthor <thor@pkgsrc.org>2021-04-20 21:39:25 +0000
commita1a7bd2230beafe028e9f9de8701b15a8c69ebfa (patch)
tree71202725fb8369f4fdc30a9c5e4533d51f2d69f3 /math/py-scipy
parent837b461c39802c7c89a8b1676e9638fd3aab4e23 (diff)
downloadpkgsrc-a1a7bd2230beafe028e9f9de8701b15a8c69ebfa.tar.gz
math/py-scipy: drop direct BLAS dependency, used via math/py-numpy
Diffstat (limited to 'math/py-scipy')
-rw-r--r--math/py-scipy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/py-scipy/Makefile b/math/py-scipy/Makefile
index 755ffe5809e..87aa66dadf4 100644
--- a/math/py-scipy/Makefile
+++ b/math/py-scipy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2021/04/09 14:41:35 tnn Exp $
+# $NetBSD: Makefile,v 1.48 2021/04/20 21:39:25 thor Exp $
DISTNAME= scipy-1.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -64,7 +64,6 @@ do-test:
.include "../../devel/py-pybind11/buildlink3.mk"
.include "../../lang/python/application.mk"
.include "../../lang/python/distutils.mk"
-.include "../../mk/blas.buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.17.3
.include "../../math/py-numpy/buildlink3.mk"