forked from Lainports/freebsd-ports
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.
This commit is contained in:
parent
8075e78a2a
commit
dff68fc9fb
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue