math/lemon: Add missing dependencies

This commit is contained in:
Yuri Victorovich 2021-05-12 11:56:30 -07:00
parent 0031954bf4
commit 2de34396a4
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= lemon
DISTVERSION= 1.3.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= https://lemon.cs.elte.hu/pub/sources/
PKGNAMEPREFIX= coin-or-
@ -11,7 +11,11 @@ COMMENT= Library for Efficient Modeling and Optimization in Networks
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libCbc.so:math/cbc
LIB_DEPENDS= libCbc.so:math/cbc \
libCgl.so:math/cgl \
libClp.so:math/clp \
libCoinUtils.so:math/coinutils \
libOsi.so:math/osi
USES= cmake
USE_LDCONFIG= yes

View File

@ -4,6 +4,6 @@ connected mainly with graphs and networks.
LEMON is a member of the COIN-OR initiative, a collection of OR related open
source projects. You are free to use it in your commercial or non-commercial
applications under very permissive license terms.
applications under very permissive license terms.
WWW: https://lemon.cs.elte.hu/trac/lemon/