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:           Mon Aug 26 22:45:44 UTC 2024

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

Log Message:
py-scikit-learn: meson checks for gcc>=8, GCC_REQD it


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/math/py-scikit-learn/Makefile:1.28
--- pkgsrc/math/py-scikit-learn/Makefile:1.27   Sat Aug  3 07:21:06 2024
+++ pkgsrc/math/py-scikit-learn/Makefile        Mon Aug 26 22:45:44 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2024/08/03 07:21:06 adam Exp $
+# $NetBSD: Makefile,v 1.28 2024/08/26 22:45:44 wiz Exp $
 
 DISTNAME=      scikit_learn-1.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -24,6 +24,8 @@ REPLACE_PYTHON+=      sklearn/_build_utils/ve
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
+GCC_REQD+=     8
+
 post-install:
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/sklearn/preprocessing/_target_encoder_fast.pyx.orig
        ${RM} ${DESTDIR}${PREFIX}/${PYSITELIB}/sklearn/tree/_tree.pyx.orig



Home | Main Index | Thread Index | Old Index