svn commit: r506350 - head/math/py-CyLP

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jul 10 12:20:37 UTC 2019


Author: pkubaj
Date: Wed Jul 10 12:20:36 2019
New Revision: 506350
URL: https://svnweb.freebsd.org/changeset/ports/506350

Log:
  math/py-CyLP: fix build on GCC architectures
  
  Base GCC can't compile this port, add USES=compiler:c++11-lang
  
  Approved by:	mentors (implicit approval)

Modified:
  head/math/py-CyLP/Makefile

Modified: head/math/py-CyLP/Makefile
==============================================================================
--- head/math/py-CyLP/Makefile	Wed Jul 10 12:17:33 2019	(r506349)
+++ head/math/py-CyLP/Makefile	Wed Jul 10 12:20:36 2019	(r506350)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		liblapack.so:math/lapack
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USES=		python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28
+USES=		compiler:c++11-lang python:2.7 # 3.X support is still in the pull request: https://github.com/coin-or/CyLP/pull/28
 USE_GITHUB=	yes
 GH_ACCOUNT=	coin-or
 USE_PYTHON=	distutils cython autoplist


More information about the svn-ports-head mailing list