Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2022 10:22:32 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: 1763a1ae09f1 - main - misc/xgboost: Broken on armv7
Message-ID:  <202211271022.2ARAMWMC041103@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=1763a1ae09f1e980129d2354346da9ff528beca3

commit 1763a1ae09f1e980129d2354346da9ff528beca3
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-11-27 10:22:08 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-11-27 10:22:08 +0000

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

diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index d67a6d9b5d26..d0c95eae32c5 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -10,6 +10,7 @@ WWW=		https://xgboost.ai/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_armv7=	compilation fails: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'size_t', see https://github.com/dmlc/xgboost/issues/8489
 BROKEN_i386=	compilation fails: non-constant-expression cannot be narrowed from type 'unsigned long long' to 'size_t', see https://github.com/dmlc/xgboost/issues/8489
 
 LIB_DEPENDS=	libdmlc.so:devel/dmlc-core



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