Date: Sun, 27 Nov 2022 05:49:23 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fb4f59518f5f - main - misc/xgboost: Broken on i386 Message-ID: <202211270549.2AR5nNHU045140@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c commit fb4f59518f5fbb06ff70d2de6c0e9cb3daa7179c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-11-27 05:37:45 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-11-27 05:49:19 +0000 misc/xgboost: Broken on i386 Reported by: fallout --- misc/xgboost/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile index 78b64b86d70b..d67a6d9b5d26 100644 --- a/misc/xgboost/Makefile +++ b/misc/xgboost/Makefile @@ -10,6 +10,8 @@ WWW= https://xgboost.ai/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +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 + LIB_DEPENDS= libdmlc.so:devel/dmlc-core USES= cmake:testing compiler:c++11-lang localbase:ldflags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211270549.2AR5nNHU045140>