1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

math/cbc: Link with COIN-OR ASL library and add missing dependencies

This commit is contained in:
Yuri Victorovich 2021-05-03 13:26:18 -07:00
parent f7f178df1f
commit b36055cf9f

View File

@ -1,6 +1,7 @@
PORTNAME= cbc
DISTVERSIONPREFIX= releases/
DISTVERSION= 2.10.5
PORTREVISION= 1
CATEGORIES= math
PKGNAMEPREFIX= coin-or-
@ -13,7 +14,11 @@ LICENSE_FILE= ${WRKSRC}/Cbc/LICENSE
LIB_DEPENDS= libblas.so:math/blas \
libCgl.so:math/cgl \
libClp.so:math/clp \
liblapack.so:math/lapack
libcoinasl.so:math/asl \
libcoinmumps.so:math/ipopt \
libCoinUtils.so:math/coinutils \
liblapack.so:math/lapack \
libopenblas.so:math/openblas
USES= compiler:c++11-lang fortran gmake libtool pkgconfig
USE_GITHUB= yes