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:   wiz
Date:           Fri Feb 27 07:23:30 UTC 2026

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

Log Message:
py-scikit-learn: replace python binary name in another file

hopefully fixes builds on confused systems with multiple pythons installed


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/math/py-scikit-learn/Makefile:1.35
--- pkgsrc/math/py-scikit-learn/Makefile:1.34   Sun Jan 11 10:28:54 2026
+++ pkgsrc/math/py-scikit-learn/Makefile        Fri Feb 27 07:23:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2026/01/11 10:28:54 adam Exp $
+# $NetBSD: Makefile,v 1.35 2026/02/27 07:23:30 wiz Exp $
 
 DISTNAME=      scikit_learn-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -22,6 +22,7 @@ USE_TOOLS+=   pkg-config
 GCC_REQD+=     8
 
 REPLACE_PYTHON+=       sklearn/_build_utils/version.py
+REPLACE_PYTHON+=       sklearn/_build_utils/tempita.py
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310
 



Home | Main Index | Thread Index | Old Index