Date: Sun, 2 May 2021 23:19:18 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: 361b9264c79d - main - math/bonmin: Change dependency math/coinmp -> math/cbc Message-ID: <202105022319.142NJIQu060360@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=361b9264c79d794b4997497c31ec4acf7c699777 commit 361b9264c79d794b4997497c31ec4acf7c699777 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-02 22:37:18 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-02 23:19:10 +0000 math/bonmin: 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/bonmin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/bonmin/Makefile b/math/bonmin/Makefile index 5c8e81c732ea..4f7d60f4c61f 100644 --- a/math/bonmin/Makefile +++ b/math/bonmin/Makefile @@ -1,6 +1,7 @@ PORTNAME= bonmin DISTVERSIONPREFIX= releases/ DISTVERSION= 1.8.8 +PORTREVISION= 1 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -10,7 +11,7 @@ COMMENT= Basic Open-source Nonlinear Mixed INteger programming LICENSE= EPL LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE -LIB_DEPENDS= libCbc.so:math/coinmp \ +LIB_DEPENDS= libCbc.so:math/cbc \ libipopt.so:math/ipopt USES= blaslapack:netlib compiler:c++11-lang gmake libtool pkgconfighome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105022319.142NJIQu060360>
