Date: Sun, 21 Jan 2024 06:19:31 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a87f1b4ace04 - main - misc/py-xgboost: Broken on i386 Message-ID: <202401210619.40L6JVRM032604@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=a87f1b4ace04fbe8010b201d3da11ad63b29df2c commit a87f1b4ace04fbe8010b201d3da11ad63b29df2c 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:29 +0000 misc/py-xgboost: Broken on i386 Reported by: fallout --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210619.40L6JVRM032604>