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

Piotr Kubaj pkubaj at FreeBSD.org
Mon Nov 30 15:44:10 UTC 2020


Author: pkubaj
Date: Mon Nov 30 15:44:09 2020
New Revision: 556649
URL: https://svnweb.freebsd.org/changeset/ports/556649

Log:
  misc/py-xgboost: fix build on GCC architectures
  
    GCC version must be at least 5.0!

Modified:
  head/misc/py-xgboost/Makefile

Modified: head/misc/py-xgboost/Makefile
==============================================================================
--- head/misc/py-xgboost/Makefile	Mon Nov 30 15:40:21 2020	(r556648)
+++ head/misc/py-xgboost/Makefile	Mon Nov 30 15:44:09 2020	(r556649)
@@ -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:3.5+ localbase:ldflags
+USES=		compiler:c11 python:3.5+ localbase:ldflags
 USE_GITHUB=	yes
 GH_ACCOUNT=	dmlc
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-all mailing list