From db3e6376b81268009db85f58a75596c1a8e434b5 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Sat, 7 Oct 2023 21:10:53 +0200 Subject: [PATCH] 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