git: f52941a06d36 - main - math/casadi: Change dependency math/coinmp -> math/cbc
Yuri Victorovich
yuri at FreeBSD.org
Sun May 2 23:19:24 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f52941a06d36fc9a70a461cc8e0ea42962f480b3
commit f52941a06d36fc9a70a461cc8e0ea42962f480b3
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-05-02 23:17:08 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-05-02 23:19:11 +0000
math/casadi: Change dependency math/coinmp -> math/cbc
CoinMP has the same code but is outdated because it is not being
updated by the upstream any more.
---
math/casadi/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/math/casadi/Makefile b/math/casadi/Makefile
index dc60e205b838..acaa9afdf7e8 100644
--- a/math/casadi/Makefile
+++ b/math/casadi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= casadi
DISTVERSION= 3.5.5
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri at FreeBSD.org
@@ -33,7 +34,7 @@ BONMIN_DESC= Build with Bonmin
BONMIN_CMAKE_BOOL= WITH_BONMIN
BONMIN_USES= blaslapack:netlib fortran
BONMIN_LIB_DEPENDS= libbonmin.so:math/bonmin \
- libCbcSolver.so:math/coinmp \
+ libCbcSolver.so:math/cbc \
libipopt.so:math/ipopt
CLANG_DESC= Build with clang for JIT
More information about the dev-commits-ports-all
mailing list