Date: Sun, 17 Jan 2021 13:46:25 +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: r561823 - in head/math: bonmin coinmp Message-ID: <202101171346.10HDkPO4050114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Jan 17 13:46:25 2021 New Revision: 561823 URL: https://svnweb.freebsd.org/changeset/ports/561823 Log: math/openturns: fix linking on GCC architectures by using newer GCC in LIB_DEPENDS MFH: 2021Q1 Modified: head/math/bonmin/Makefile head/math/coinmp/Makefile Modified: head/math/bonmin/Makefile ============================================================================== --- head/math/bonmin/Makefile Sun Jan 17 13:42:11 2021 (r561822) +++ head/math/bonmin/Makefile Sun Jan 17 13:46:25 2021 (r561823) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE LIB_DEPENDS= libCbc.so:math/coinmp \ libipopt.so:math/ipopt -USES= blaslapack:netlib gmake libtool pkgconfig +USES= blaslapack:netlib compiler:c++11-lang gmake libtool pkgconfig GNU_CONFIGURE= yes USE_GITHUB= yes GH_ACCOUNT= coin-or Modified: head/math/coinmp/Makefile ============================================================================== --- head/math/coinmp/Makefile Sun Jan 17 13:42:11 2021 (r561822) +++ head/math/coinmp/Makefile Sun Jan 17 13:46:25 2021 (r561823) @@ -18,7 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-se CONFLICTS= clp-[0-9]* ogdf-[0-9]* GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig tar:tgz +USES= compiler:c++11-lang libtool pathfix pkgconfig tar:tgz USE_LDCONFIG= yes CXXFLAGS+= -ffast-math
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101171346.10HDkPO4050114>