Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2020 08:43:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536957 - head/misc/py-xgboost
Message-ID:  <202005290843.04T8hUVG002387@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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