Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 13:47:11 +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: r561824 - in branches/2021Q1/math: bonmin coinmp
Message-ID:  <202101171347.10HDlBXP050327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Jan 17 13:47:11 2021
New Revision: 561824
URL: https://svnweb.freebsd.org/changeset/ports/561824

Log:
  MFH: r561823
  
  math/openturns: fix linking on GCC architectures by using newer GCC in LIB_DEPENDS

Modified:
  branches/2021Q1/math/bonmin/Makefile
  branches/2021Q1/math/coinmp/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/math/bonmin/Makefile
==============================================================================
--- branches/2021Q1/math/bonmin/Makefile	Sun Jan 17 13:46:25 2021	(r561823)
+++ branches/2021Q1/math/bonmin/Makefile	Sun Jan 17 13:47:11 2021	(r561824)
@@ -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: branches/2021Q1/math/coinmp/Makefile
==============================================================================
--- branches/2021Q1/math/coinmp/Makefile	Sun Jan 17 13:46:25 2021	(r561823)
+++ branches/2021Q1/math/coinmp/Makefile	Sun Jan 17 13:47:11 2021	(r561824)
@@ -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?202101171347.10HDlBXP050327>