aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-05 22:53:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-05 22:53:15 +0000
commit8cabdc0499e949e285cc35b1931346652cff5454 (patch)
tree3906377888dbbc99922e819bb0a4c4daf99eeb38
parent3b4d42b44154549af00ec098338957721d58487d (diff)
downloadports-8cabdc0499e949e285cc35b1931346652cff5454.tar.gz
ports-8cabdc0499e949e285cc35b1931346652cff5454.zip
MFH: r556649
misc/py-xgboost: fix build on GCC architectures GCC version must be at least 5.0!
Notes
Notes: svn path=/branches/2020Q4/; revision=557095
-rw-r--r--misc/py-xgboost/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-xgboost/Makefile b/misc/py-xgboost/Makefile
index 75f5bd5782c3..1a632e2aa897 100644
--- a/misc/py-xgboost/Makefile
+++ b/misc/py-xgboost/Makefile
@@ -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