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:           Tue Apr 22 12:40:28 UTC 2025

Modified Files:
        pkgsrc/math/py-xgboost: Makefile

Log Message:
py-xgboost: mark as broken on SunOS

NotImplementedError: System SunOS not supported


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/math/py-xgboost/Makefile:1.12
--- pkgsrc/math/py-xgboost/Makefile:1.11        Fri Feb  7 07:06:23 2025
+++ pkgsrc/math/py-xgboost/Makefile     Tue Apr 22 12:40:28 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/02/07 07:06:23 adam Exp $
+# $NetBSD: Makefile,v 1.12 2025/04/22 12:40:28 wiz Exp $
 
 DISTNAME=      xgboost-2.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -19,6 +19,10 @@ GCC_REQD+=   8.1
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39
 
+# as of 2.1.4:
+# NotImplementedError: System SunOS not supported
+BROKEN_ON_PLATFORM+=   SunOS-*-*
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
 post-install: fix-lib-name



Home | Main Index | Thread Index | Old Index