git: f831fa61da2c - main - math/couenne: Change dependency math/coinmp -> math/cbc
Yuri Victorovich
yuri at FreeBSD.org
Sun May 2 23:19:20 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f831fa61da2cd127f33f998b8925b070ee7a626f
commit f831fa61da2cd127f33f998b8925b070ee7a626f
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 22:38:46 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:10 +0000
math/couenne: 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/couenne/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/couenne/Makefile b/math/couenne/Makefile
index 0b9df7ffc330..0414ea409b4d 100644
--- a/math/couenne/Makefile
+++ b/math/couenne/Makefile
@@ -1,6 +1,7 @@
PORTNAME= couenne
DISTVERSIONPREFIX= releases/
DISTVERSION= 0.5.8
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -11,7 +12,7 @@ LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/Couenne/LICENSE
LIB_DEPENDS= libbonmin.so:math/bonmin \
- libCbc.so:math/coinmp \
+ libCbc.so:math/cbc \
libipopt.so:math/ipopt
USES= blaslapack:netlib fortran gmake libtool pkgconfig
More information about the dev-commits-ports-all
mailing list