Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 18:27:07 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: db3e6376b812 - main - misc/xgboost: mark BROKEN on powerpc
Message-ID:  <202310111827.39BIR7cV091081@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=db3e6376b81268009db85f58a75596c1a8e434b5

commit db3e6376b81268009db85f58a75596c1a8e434b5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-07 19:10:53 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:27 +0000

    misc/xgboost: mark BROKEN on powerpc
    
    Same issue as on i386.
---
 misc/xgboost/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index feca96702653..73aba1ead0c9 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -12,6 +12,7 @@ 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
+BROKEN_powerpc=	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
 TEST_DEPENDS=	googletest>0:devel/googletest



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