Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 06:19:56 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8c9201b8a455 - 2024Q1 - misc/py-xgboost: Broken on i386
Message-ID:  <202401210619.40L6JuPR032797@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210619.40L6JuPR032797>