Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 20:56:36 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: b36055cf9f9e - main - math/cbc: Link with COIN-OR ASL library and add missing dependencies
Message-ID:  <202105032056.143KuaZu087589@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=b36055cf9f9eee5bd7515e0733830600763b9cbd

commit b36055cf9f9eee5bd7515e0733830600763b9cbd
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-03 20:26:18 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-03 20:56:31 +0000

    math/cbc: Link with COIN-OR ASL library and add missing dependencies
---
 math/cbc/Makefile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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



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