git: dff68fc9fb99 - main - math/symphony: Change dependency math/coinmp -> math/cbc
Yuri Victorovich
yuri at FreeBSD.org
Sun May 2 23:19:17 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dff68fc9fb99bc0bc542c05cce4790effca4f831
commit dff68fc9fb99bc0bc542c05cce4790effca4f831
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 21:32:57 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:10 +0000
math/symphony: 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/symphony/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/symphony/Makefile b/math/symphony/Makefile
index 91da6b4ccc74..9a962aec4fec 100644
--- a/math/symphony/Makefile
+++ b/math/symphony/Makefile
@@ -1,6 +1,7 @@
PORTNAME= symphony
DISTVERSIONPREFIX= releases/
DISTVERSION= 5.6.17
+PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@@ -10,7 +11,7 @@ COMMENT= Solver and development framework for mixed-integer linear programs
LICENSE= EPL
LICENSE_FILE= ${WRKSRC}/SYMPHONY/LICENSE
-LIB_DEPENDS= libCbc.so:math/coinmp
+LIB_DEPENDS= libCbc.so:math/cbc
USES= gmake libtool pkgconfig
GNU_CONFIGURE= yes
More information about the dev-commits-ports-all
mailing list