aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-07 19:10:53 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-11 18:26:27 +0000
commitdb3e6376b81268009db85f58a75596c1a8e434b5 (patch)
tree8e9f1150e36560549e2795aad617f305727c1afa
parent84ccc2aae1066933ac3796b1d3e4ff5d5ca206b4 (diff)
downloadports-db3e6376b81268009db85f58a75596c1a8e434b5.tar.gz
ports-db3e6376b81268009db85f58a75596c1a8e434b5.zip
misc/xgboost: mark BROKEN on powerpc
Same issue as on i386.
-rw-r--r--misc/xgboost/Makefile1
1 files changed, 1 insertions, 0 deletions
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