math/cbc: math/cbc: add dependency to math/osi

PR:		256904
Initial version submitted by:	Philipp Ost <bsd@philippost.de>
This commit is contained in:
Yuri Victorovich 2021-06-30 10:27:40 -07:00
parent 89b30bb9de
commit f98e7fabbe

View File

@ -1,7 +1,7 @@
PORTNAME= cbc
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.10.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@ -18,7 +18,8 @@ LIB_DEPENDS= libblas.so:math/blas \
libcoinmumps.so:math/ipopt \
libCoinUtils.so:math/coinutils \
liblapack.so:math/lapack \
libopenblas.so:math/openblas
libopenblas.so:math/openblas \
libOsi.so:math/osi
USES= compiler:c++11-lang fortran gmake libtool pkgconfig
USE_GITHUB= yes