pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-xgboost
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jan 28 08:21:07 UTC 2024
Modified Files:
pkgsrc/math/py-xgboost: Makefile
Log Message:
py-xgboost: insists on gcc 8.1+
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-xgboost/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-xgboost/Makefile
diff -u pkgsrc/math/py-xgboost/Makefile:1.6 pkgsrc/math/py-xgboost/Makefile:1.7
--- pkgsrc/math/py-xgboost/Makefile:1.6 Wed Jan 24 22:45:54 2024
+++ pkgsrc/math/py-xgboost/Makefile Sun Jan 28 08:21:07 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2024/01/24 22:45:54 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/01/28 08:21:07 wiz Exp $
DISTNAME= xgboost-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:..
USE_LANGUAGES+= c gnu++17
USE_TOOLS+= cmake ninja
+GCC_REQD+= 8.1
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
Home |
Main Index |
Thread Index |
Old Index