1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00

misc/xgboost: mark BROKEN on powerpc

Same issue as on i386.
This commit is contained in:
Piotr Kubaj 2023-10-07 21:10:53 +02:00
parent 84ccc2aae1
commit db3e6376b8

View File

@ -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