Date: Mon, 3 May 2021 00:35:40 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: 5bdbae9cf769 - main - math/couenne: Add missing dependencies Message-ID: <202105030035.1430Ze9n065674@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=5bdbae9cf7694fc104c77b1145916ab33ff61a76 commit 5bdbae9cf7694fc104c77b1145916ab33ff61a76 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-05-03 00:35:20 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-05-03 00:35:38 +0000 math/couenne: Add missing dependencies --- math/couenne/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/couenne/Makefile b/math/couenne/Makefile index 0414ea409b4d..5a168e54c06f 100644 --- a/math/couenne/Makefile +++ b/math/couenne/Makefile @@ -1,7 +1,7 @@ PORTNAME= couenne DISTVERSIONPREFIX= releases/ DISTVERSION= 0.5.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= coin-or- @@ -13,6 +13,8 @@ LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE LIB_DEPENDS= libbonmin.so:math/bonmin \ libCbc.so:math/cbc \ + libCgl.so:math/cgl \ + libClp.so:math/clp \ libipopt.so:math/ipopt USES= blaslapack:netlib fortran gmake libtool pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105030035.1430Ze9n065674>