git: 50f76844dea6 - main - math/openturns: Change dependency math/coinmp -> math/cbc

Yuri Victorovich yuri at FreeBSD.org
Sun May 2 23:19:21 UTC 2021


The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=50f76844dea6fd981213dcd6a377a6b9fdb71cc6

commit 50f76844dea6fd981213dcd6a377a6b9fdb71cc6
Author:     Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 23:07:03 +0000
Commit:     Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:11 +0000

    math/openturns: Change dependency math/coinmp -> math/cbc
    
    CoinMP has the same code but is outdated because it is not being
    updated by the upstream any more.
---
 math/openturns/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 80d351caf7f9..88280af0415d 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	openturns
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.16
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \
 		flex:textproc/flex
 LIB_DEPENDS=	libbonmin.so:math/bonmin \
 		libceres.so:math/ceres-solver \
-		libCbc.so:math/coinmp \
+		libCbc.so:math/cbc \
 		libcminpack.so:math/cminpack \
 		libdlib.so:science/dlib-cpp \
 		libgflags.so:devel/gflags \


More information about the dev-commits-ports-all mailing list