git: 1134c813903f - main - math/casadi: Add missing dependencies
Yuri Victorovich
yuri at FreeBSD.org
Fri Sep 10 02:12:11 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1134c813903f45ef8cc7cd7502f33aca6d537015
commit 1134c813903f45ef8cc7cd7502f33aca6d537015
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-10 01:34:46 +0000
Commit: Yuri Victorovich <yuri at 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 at 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
More information about the dev-commits-ports-all
mailing list