Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 02:12:10 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: 1134c813903f - main - math/casadi: Add missing dependencies
Message-ID:  <202109100212.18A2CAls075969@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=1134c813903f45ef8cc7cd7502f33aca6d537015

commit 1134c813903f45ef8cc7cd7502f33aca6d537015
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-10 01:34:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-10 02:11:08 +0000

    math/casadi: Add missing dependencies
---
 math/casadi/Makefile | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/math/casadi/Makefile b/math/casadi/Makefile
index acaa9afdf7e8..09b0d622afc6 100644
--- a/math/casadi/Makefile
+++ b/math/casadi/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	casadi
 DISTVERSION=	3.5.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -35,7 +35,14 @@ BONMIN_CMAKE_BOOL=	WITH_BONMIN
 BONMIN_USES=		blaslapack:netlib fortran
 BONMIN_LIB_DEPENDS=	libbonmin.so:math/bonmin \
 			libCbcSolver.so:math/cbc \
-			libipopt.so:math/ipopt
+			libCgl.so:math/cgl \
+			libClp.so:math/clp \
+			libcoinasl.so:math/asl \
+			libCoinUtils.so:math/coinutils \
+			libipopt.so:math/ipopt \
+			libnauty.so:math/nauty \
+			libopenblas.so:math/openblas \
+			libOsi.so:math/osi
 
 CLANG_DESC=		Build with clang for JIT
 CLANG_CMAKE_BOOL=	WITH_CLANG



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