svn commit: r552175 - head/misc/xgboost

Mark Linimon linimon at FreeBSD.org
Tue Oct 13 02:34:44 UTC 2020


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
 


More information about the svn-ports-all mailing list