Date: Tue, 13 Oct 2020 02:34:43 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552175 - head/misc/xgboost Message-ID: <202010130234.09D2YhJe059609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 13 02:34:43 2020 New Revision: 552175 URL: https://svnweb.freebsd.org/changeset/ports/552175 Log: Now builds on FreeBSD-12 powerpc64. As a test, also enable on FreeBSD-13 powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/misc/xgboost/Makefile Modified: head/misc/xgboost/Makefile ============================================================================== --- head/misc/xgboost/Makefile Tue Oct 13 02:30:39 2020 (r552174) +++ head/misc/xgboost/Makefile Tue Oct 13 02:34:43 2020 (r552175) @@ -11,8 +11,7 @@ COMMENT= Scalable, Portable and Distributed Gradient B LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_12_powerpc64= fails to build: /usr/local/include/dmlc/serializer.h:63:16: 'Write' is not a member of 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>' -BROKEN_FreeBSD_13_powerpc64= fails to build: /usr/local/include/dmlc/./serializer.h:63:11: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>' +#BROKEN_FreeBSD_13_powerpc64= fails to build: /usr/local/include/dmlc/./serializer.h:63:11: no member named 'Write' in 'dmlc::serializer::UndefinedSerializerFor<xgboost::DataType>' LIB_DEPENDS= libdmlc.so:devel/dmlc-core
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010130234.09D2YhJe059609>