Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 17:47:19 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f98e7fabbead - main - math/cbc: math/cbc: add dependency to math/osi
Message-ID:  <202106301747.15UHlJLV010595@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f98e7fabbeade264f11ca2003527e943febaa78a

commit f98e7fabbeade264f11ca2003527e943febaa78a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-30 17:27:40 +0000
Commit:     Yuri Victorovich <yuri@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106301747.15UHlJLV010595>