svn commit: r536957 - head/misc/py-xgboost

Antoine Brodin antoine at FreeBSD.org
Fri May 29 08:43:30 UTC 2020


Author: antoine
Date: Fri May 29 08:43:30 2020
New Revision: 536957
URL: https://svnweb.freebsd.org/changeset/ports/536957

Log:
  xgboost fails to build with python 2.7
  
  Reported by:	pkg-fallout

Modified:
  head/misc/py-xgboost/Makefile

Modified: head/misc/py-xgboost/Makefile
==============================================================================
--- head/misc/py-xgboost/Makefile	Fri May 29 08:42:46 2020	(r536956)
+++ head/misc/py-xgboost/Makefile	Fri May 29 08:43:30 2020	(r536957)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libdmlc.so:devel/dmlc-core \
 RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
 
-USES=		python localbase:ldflags
+USES=		python:3.5+ localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	dmlc
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list