Date: Wed, 10 Jul 2019 12:20:36 +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: r506350 - head/math/py-CyLP Message-ID: <201907101220.x6ACKa2F044772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907101220.x6ACKa2F044772>