py-xgboost: insists on gcc 8.1+

This commit is contained in:
wiz 2024-01-28 08:21:07 +00:00
parent f04f7eb77f
commit b508766f42

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2024/01/24 22:45:54 adam Exp $
# $NetBSD: Makefile,v 1.7 2024/01/28 08:21:07 wiz Exp $
DISTNAME= xgboost-2.0.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-scipy-[0-9]*:../../math/py-scipy
USE_LANGUAGES+= c gnu++17
USE_TOOLS+= cmake ninja
GCC_REQD+= 8.1
PYTHON_VERSIONS_INCOMPATIBLE= 27 38