Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2020 15:44:10 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556649 - head/misc/py-xgboost
Message-ID:  <202011301544.0AUFiAPx033564@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011301544.0AUFiAPx033564>