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 Nov  6 08:40:01 UTC 2023

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

Log Message:
py-scikit-learn: revert previous

Committed by accident.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/math/py-scikit-learn/Makefile:1.25
--- pkgsrc/math/py-scikit-learn/Makefile:1.24   Sun Nov  5 23:27:38 2023
+++ pkgsrc/math/py-scikit-learn/Makefile        Mon Nov  6 08:40:01 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/11/05 23:27:38 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2023/11/06 08:40:01 wiz Exp $
 
 DISTNAME=      scikit-learn-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,7 @@ DEPENDS+=     ${PYPKGPREFIX}-scipy>=1.5.0:..
 DEPENDS+=      ${PYPKGPREFIX}-threadpoolctl>=2.0.0:../../parallel/py-threadpoolctl
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.9.0:../../devel/py-test-cov
 
-USE_LANGUAGES= c c++11 fortran
+USE_LANGUAGES= c c++ fortran
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 



Home | Main Index | Thread Index | Old Index