svn commit: r557095 - branches/2020Q4/misc/py-xgboost
Piotr Kubaj
pkubaj at FreeBSD.org
Sat Dec 5 22:53:16 UTC 2020
Author: pkubaj
Date: Sat Dec 5 22:53:15 2020
New Revision: 557095
URL: https://svnweb.freebsd.org/changeset/ports/557095
Log:
MFH: r556649
misc/py-xgboost: fix build on GCC architectures
GCC version must be at least 5.0!
Modified:
branches/2020Q4/misc/py-xgboost/Makefile
Directory Properties:
branches/2020Q4/ (props changed)
Modified: branches/2020Q4/misc/py-xgboost/Makefile
==============================================================================
--- branches/2020Q4/misc/py-xgboost/Makefile Sat Dec 5 22:51:39 2020 (r557094)
+++ branches/2020Q4/misc/py-xgboost/Makefile Sat Dec 5 22:53:15 2020 (r557095)
@@ -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-branches
mailing list