Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2021 18:59:11 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: 92e4b68914aa - main - math/couenne: Add missing dependencies
Message-ID:  <202105031859.143IxBWJ028058@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=92e4b68914aa8118655b0e3030b601ca9decf86a

commit 92e4b68914aa8118655b0e3030b601ca9decf86a
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-05-03 18:58:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-05-03 18:59:08 +0000

    math/couenne: Add missing dependencies
---
 math/couenne/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/math/couenne/Makefile b/math/couenne/Makefile
index d219b9882385..99be2e8d6b7a 100644
--- a/math/couenne/Makefile
+++ b/math/couenne/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	couenne
 DISTVERSIONPREFIX=	releases/
 DISTVERSION=	0.5.8
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	math
 PKGNAMEPREFIX=	coin-or-
 
@@ -16,7 +16,9 @@ LIB_DEPENDS=	libbonmin.so:math/bonmin \
 		libCbc.so:math/cbc \
 		libCgl.so:math/cgl \
 		libClp.so:math/clp \
-		libipopt.so:math/ipopt
+		libCoinUtils.so:math/coinutils \
+		libipopt.so:math/ipopt \
+		libopenblas.so:math/openblas
 
 USES=		blaslapack:netlib fortran gmake libtool pkgconfig
 USE_LDCONFIG=	yes



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