Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 May 2021 23:19:21 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 50f76844dea6 - main - math/openturns: Change dependency math/coinmp -> math/cbc
Message-ID:  <202105022319.142NJLI1060402@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 50f76844dea6fd981213dcd6a377a6b9fdb71cc6
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-02 23:07:03 +0000
Commit:     Yuri Victorovich <yuri@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105022319.142NJLI1060402>