pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-learn



Module Name:    pkgsrc
Committed By:   thor
Date:           Tue Apr 20 21:48:14 UTC 2021

Modified Files:
        pkgsrc/math/py-scikit-learn: Makefile

Log Message:
math/py-scikit-learn: drop explicit BLAS dependency

This adds nothing on the normal dependency to numpy.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-scikit-learn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-scikit-learn/Makefile
diff -u pkgsrc/math/py-scikit-learn/Makefile:1.13 pkgsrc/math/py-scikit-learn/Makefile:1.14
--- pkgsrc/math/py-scikit-learn/Makefile:1.13   Fri Apr  9 14:41:35 2021
+++ pkgsrc/math/py-scikit-learn/Makefile        Tue Apr 20 21:48:14 2021
@@ -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
 
 .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