aboutsummaryrefslogtreecommitdiff
path: root/misc/xgboost/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xgboost/Makefile')
-rw-r--r--misc/xgboost/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/misc/xgboost/Makefile b/misc/xgboost/Makefile
index 48ee6a906cb4..679748ac9c54 100644
--- a/misc/xgboost/Makefile
+++ b/misc/xgboost/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xgboost
DISTVERSIONPREFIX= v
-DISTVERSION= 1.2.1
+DISTVERSION= 1.4.1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -17,9 +17,8 @@ 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
+ NVlabs:cub:af39ee2:NVlabs_cub/cub \
+ rapidsai:gputreeshap:3310a30:rapidsai_gputreeshap/gputreeshap
LDFLAGS+= ${LOCALBASE}/lib/libdmlc.so -lexecinfo
@@ -27,7 +26,4 @@ OPTIONS_DEFINE= OPENMP
OPENMP_CMAKE_BOOL= USE_OPENMP
-post-patch: # https://github.com/dmlc/rabit/issues/131
- @${FIND} ${WRKSRC} -name "*.h" -o -name "*.cc" | ${XARGS} ${REINPLACE_CMD} -i '' -e 's| _assert(| _xassert(|; s| _assert)| _xassert)|'
-
.include <bsd.port.mk>