git: db3e6376b812 - main - misc/xgboost: mark BROKEN on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Oct 2023 18:27:07 UTC
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