git: 5bdbae9cf769 - main - math/couenne: Add missing dependencies
Yuri Victorovich
yuri at FreeBSD.org
Mon May 3 00:35:40 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5bdbae9cf7694fc104c77b1145916ab33ff61a76
commit 5bdbae9cf7694fc104c77b1145916ab33ff61a76
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-03 00:35:20 +0000
Commit: Yuri Victorovich <yuri at 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
More information about the dev-commits-ports-all
mailing list