Date: Thu, 24 Mar 2022 17:31:19 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: b84d697b99fc - main - math/or-tools: Fix dependency Message-ID: <202203241731.22OHVJPM085324@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=b84d697b99fc5f538d1869777279e44779c3a3c0 commit b84d697b99fc5f538d1869777279e44779c3a3c0 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-03-24 17:30:56 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-03-24 17:30:56 +0000 math/or-tools: Fix dependency --- math/or-tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index fdb75dd6e32d..9be8d3f598e5 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -15,7 +15,7 @@ LIB_DEPENDS= libabsl_base.so:devel/abseil \ libCbc.so:math/cbc \ libCgl.so:math/cgl \ libcoinasl.so:math/asl \ - libcoinmetis.so:math/ipopt \ + libcoinmumps.so:math/coin-or-mumps \ libCoinUtils.so:math/coinutils \ libnauty.so:math/nauty \ libopenblas.so:math/openblas \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203241731.22OHVJPM085324>