pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-scikit-learn math/py-scikit-learn: drop explic...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73a27cd12890
branches:  trunk
changeset: 450686:73a27cd12890
user:      thor <thor%pkgsrc.org@localhost>
date:      Tue Apr 20 21:48:14 2021 +0000

description:
math/py-scikit-learn: drop explicit BLAS dependency

This adds nothing on the normal dependency to numpy.

diffstat:

 math/py-scikit-learn/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r a420eed30e82 -r 73a27cd12890 math/py-scikit-learn/Makefile
--- a/math/py-scikit-learn/Makefile     Tue Apr 20 21:39:25 2021 +0000
+++ b/math/py-scikit-learn/Makefile     Tue Apr 20 21:48:14 2021 +0000
@@ -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 @@
 
 .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"



Home | Main Index | Thread Index | Old Index