aboutsummaryrefslogtreecommitdiff
path: root/math/cbc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-03 20:26:18 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-03 20:56:31 +0000
commitb36055cf9f9eee5bd7515e0733830600763b9cbd (patch)
treedb35198f427598d81812ded44312dd6a916c9b03 /math/cbc
parentf7f178df1f0982cd0366b9f8432a3dd1e733ec8e (diff)
downloadports-b36055cf9f9eee5bd7515e0733830600763b9cbd.tar.gz
ports-b36055cf9f9eee5bd7515e0733830600763b9cbd.zip
Diffstat (limited to 'math/cbc')
-rw-r--r--math/cbc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/math/cbc/Makefile b/math/cbc/Makefile
index 8ff2c7d14dd9..f5b24a375d48 100644
--- a/math/cbc/Makefile
+++ b/math/cbc/Makefile
@@ -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