Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 22:53:15 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r557095 - branches/2020Q4/misc/py-xgboost
Message-ID:  <202012052253.0B5MrFeL039531@repo.freebsd.org>

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



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