diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-10 01:34:46 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-10 02:11:08 +0000 |
commit | 1134c813903f45ef8cc7cd7502f33aca6d537015 (patch) | |
tree | 577f888eca434041b2b2019d79fbc6e1722d20fe | |
parent | 9e7bd94765c2ae7bc47d40abf56da5ae412f9f5f (diff) |
math/casadi: Add missing dependencies
-rw-r--r-- | math/casadi/Makefile | 11 |
1 files 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 |