Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2020 21:37:14 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553388 - head/misc/xgboost
Message-ID:  <202010262137.09QLbEDj067918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Oct 26 21:37:14 2020
New Revision: 553388
URL: https://svnweb.freebsd.org/changeset/ports/553388

Log:
  misc/xgboost: Update 1.2.0 -> 1.2.1
  
  MFH:		2020Q4 (fixes py-xgboost failure, see bug#247408)

Modified:
  head/misc/xgboost/Makefile
  head/misc/xgboost/distinfo

Modified: head/misc/xgboost/Makefile
==============================================================================
--- head/misc/xgboost/Makefile	Mon Oct 26 21:30:35 2020	(r553387)
+++ head/misc/xgboost/Makefile	Mon Oct 26 21:37:14 2020	(r553388)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xgboost
 DISTVERSIONPREFIX=	v
-DISTVERSION=	1.2.0
+DISTVERSION=	1.2.1
 CATEGORIES=	misc # machine-learning
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -11,17 +11,17 @@ COMMENT=	Scalable, Portable and Distributed Gradient B
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-#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
 
 USES=		cmake compiler:c++11-lang localbase:ldflags
+USE_LDCONFIG=	yes
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	dmlc
 GH_TUPLE=	\
 		dmlc:rabit:4fb34a008db6437c84d1877635064e09a55c8553:dmlc_rabit/rabit \
+		rapidsai:gputreeshap:5f33132d75482338f78cfba562791d8445e157f6:rapidsai_gputreeshap/gputreeshap \
 		NVlabs:cub:c3cceac115c072fb63df1836ff46d8c60d9eb304:NVlabs_cub/cub
-USE_LDCONFIG=	yes
 
 LDFLAGS+=	${LOCALBASE}/lib/libdmlc.so -lexecinfo
 

Modified: head/misc/xgboost/distinfo
==============================================================================
--- head/misc/xgboost/distinfo	Mon Oct 26 21:30:35 2020	(r553387)
+++ head/misc/xgboost/distinfo	Mon Oct 26 21:37:14 2020	(r553388)
@@ -1,7 +1,9 @@
-TIMESTAMP = 1598655768
-SHA256 (dmlc-xgboost-v1.2.0_GH0.tar.gz) = 074ef38f9fff675470c4b461e204cd1c778f984191ca89afdfcc55b46a1868d2
-SIZE (dmlc-xgboost-v1.2.0_GH0.tar.gz) = 1341770
+TIMESTAMP = 1602663685
+SHA256 (dmlc-xgboost-v1.2.1_GH0.tar.gz) = 0190b902cdf4e0a05e735a382708e2025f1ff541a53251e43160beb3041bf35b
+SIZE (dmlc-xgboost-v1.2.1_GH0.tar.gz) = 1341653
 SHA256 (dmlc-rabit-4fb34a008db6437c84d1877635064e09a55c8553_GH0.tar.gz) = 7d9a18b1613dfd3a5244524ecdb164d6b2a1f150d297cc7b8527e221aabb6eb7
 SIZE (dmlc-rabit-4fb34a008db6437c84d1877635064e09a55c8553_GH0.tar.gz) = 93236
+SHA256 (rapidsai-gputreeshap-5f33132d75482338f78cfba562791d8445e157f6_GH0.tar.gz) = df446fe7a4e064515892ee43f0db8b1f77253e0791110024a105c6570447a8ca
+SIZE (rapidsai-gputreeshap-5f33132d75482338f78cfba562791d8445e157f6_GH0.tar.gz) = 25920
 SHA256 (NVlabs-cub-c3cceac115c072fb63df1836ff46d8c60d9eb304_GH0.tar.gz) = ecb8b5b7c2e9493b1661cf023b29edcf5cdb80de7033e90f286501251e293b97
 SIZE (NVlabs-cub-c3cceac115c072fb63df1836ff46d8c60d9eb304_GH0.tar.gz) = 385598



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010262137.09QLbEDj067918>