diff options
author | thor <thor@pkgsrc.org> | 2021-04-20 21:48:14 +0000 |
---|---|---|
committer | thor <thor@pkgsrc.org> | 2021-04-20 21:48:14 +0000 |
commit | c9598e9517e24191fa63b494cfa6a47ed4bad448 (patch) | |
tree | a75372acded9c993e62c8b677db08a2fd0758ded /math | |
parent | a1a7bd2230beafe028e9f9de8701b15a8c69ebfa (diff) | |
download | pkgsrc-c9598e9517e24191fa63b494cfa6a47ed4bad448.tar.gz |
math/py-scikit-learn: drop explicit BLAS dependency
This adds nothing on the normal dependency to numpy.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-scikit-learn/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/py-scikit-learn/Makefile b/math/py-scikit-learn/Makefile index ddc54bffcdd..c35c1095844 100644 --- a/math/py-scikit-learn/Makefile +++ b/math/py-scikit-learn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2021/04/09 14:41:35 tnn Exp $ +# $NetBSD: Makefile,v 1.14 2021/04/20 21:48:14 thor Exp $ DISTNAME= scikit-learn-0.22.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,10 +24,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 36 27 # py-scipy .include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/egg.mk" -# Consider letting mk/blas.buildlink3.mk handle this check -.if !exists(/System/Library/Frameworks/Accelerate.framework) -.include "../../mk/blas.buildlink3.mk" -.endif BUILDLINK_API_DEPENDS.py-numpy+= ${PYPKGPREFIX}-numpy>=1.11.0 .include "../../math/py-numpy/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |