MFH: r556649

misc/py-xgboost: fix build on GCC architectures

  GCC version must be at least 5.0!
This commit is contained in:
Piotr Kubaj 2020-12-05 22:53:15 +00:00
parent 3b4d42b441
commit 8cabdc0499
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q4/; revision=557095

View File

@ -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