Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2024 09:36:33 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: 8302bdd715bc - main - misc/py-xgboost: Broken on armv7
Message-ID:  <202406180936.45I9aXuH043138@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=8302bdd715bccfc6b67da22394cd951adbdff376

commit 8302bdd715bccfc6b67da22394cd951adbdff376
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-18 09:35:34 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-18 09:36:30 +0000

    misc/py-xgboost: Broken on armv7
    
    Reported by:    fallout
---
 misc/py-xgboost/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 4bb1308d5ad9..b20a339c16a5 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -11,6 +11,7 @@ WWW=		https://xgboost.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/../LICENSE
 
+BROKEN_armv7=	compilation fails due to type conversion issues, like on i386, but the upstream says that they don't support 32-bit architectures
 BROKEN_i386=	compilation fails, see https://github.com/dmlc/xgboost/issues/10002
 
 BUILD_DEPENDS=	cmake:devel/cmake-core \



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