git: f98e7fabbead - main - math/cbc: math/cbc: add dependency to math/osi
Yuri Victorovich
yuri at FreeBSD.org
Wed Jun 30 17:47:20 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f98e7fabbeade264f11ca2003527e943febaa78a
commit f98e7fabbeade264f11ca2003527e943febaa78a
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-06-30 17:27:40 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-06-30 17:47:11 +0000
math/cbc: math/cbc: add dependency to math/osi
PR: 256904
Initial version submitted by: Philipp Ost <bsd at philippost.de>
---
math/cbc/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/math/cbc/Makefile b/math/cbc/Makefile
index f5b24a375d48..3e256a48ba02 100644
--- a/math/cbc/Makefile
+++ b/math/cbc/Makefile
@@ -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
More information about the dev-commits-ports-all
mailing list