git: 8c9201b8a455 - 2024Q1 - misc/py-xgboost: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 06:19:56 UTC
The branch 2024Q1 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8c9201b8a455bc1eec5c063c2b4b072874b04ff7
commit 8c9201b8a455bc1eec5c063c2b4b072874b04ff7
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-01-21 06:18:49 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-01-21 06:19:51 +0000
misc/py-xgboost: Broken on i386
Reported by: fallout
(cherry picked from commit a87f1b4ace04fbe8010b201d3da11ad63b29df2c)
---
misc/py-xgboost/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 27163ba21abe..4bb1308d5ad9 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -11,6 +11,8 @@ WWW= https://xgboost.ai/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/../LICENSE
+BROKEN_i386= compilation fails, see https://github.com/dmlc/xgboost/issues/10002
+
BUILD_DEPENDS= cmake:devel/cmake-core \
${PYTHON_PKGNAMEPREFIX}hatchling>=1.12.1:devel/py-hatchling@${PY_FLAVOR}
LIB_DEPENDS= libdmlc.so:devel/dmlc-core