Port details |
- casadi Symbolic framework for numeric optimization
- 3.6.6 math =2 3.6.5_1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-08-25 04:19:10
- Last Update: 2024-08-05 14:37:01
- Commit Hash: 27ca4d8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://web.casadi.org/
- Description:
- CasADi is an open-source tool for nonlinear optimization and algorithmic
differentiation.
It facilitates rapid, yet efficient, implementation of different methods for
numerical optimal control, both in an offline context and for nonlinear model
predictive control (NMPC).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/casadi/ && make install clean
- To add the package, run one of these commands:
- pkg install math/casadi
- pkg install casadi
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: casadi
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722831917
SHA256 (casadi-casadi-3.6.6_GH0.tar.gz) = e8b2eb594cdca56b2731be29b5accc2a7390725976d4aa944ac99de78aacac6b
SIZE (casadi-casadi-3.6.6_GH0.tar.gz) = 3780088
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- blasfeo>0 : math/blasfeo
- cmake : devel/cmake-core
- pkgconf>=1.3.0_1 : devel/pkgconf
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libcoinmumps.so : math/coin-or-mumps
- libbonmin.so : math/bonmin
- libCbcSolver.so : math/cbc
- 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
- libipopt.so : math/ipopt
- libopenblas.so : math/openblas
- libblas.so : math/blas
- liblapack.so : math/lapack
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for casadi-3.6.6:
BLASFEO=on: Build with BLASFEO
BONMIN=on: Build with Bonmin
CLANG=off: Build with clang for JIT
IPOPT=on: Build with IPopt
LAPACK=on: Build with LAPACK
OPENMP=on: Parallel processing support via OpenMP
QPOASES=on: Build with qpOASES
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- math_casadi
- USES:
- cmake compiler:c++11-lang pkgconfig blaslapack:netlib fortran blaslapack:netlib fortran blaslapack:openblas
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.6 05 Aug 2024 14:37:01 |
Yuri Victorovich (yuri) |
math/casadi: update 3.6.5 → 3.6.6
Reported by: portscout |
3.6.5_1 21 Jun 2024 17:49:24 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade to OpenBLAS |
3.6.5 30 Apr 2024 07:14:38 |
Yuri Victorovich (yuri) |
math/casadi: update 3.6.0 → 3.6.5
Reported by: portscout |
3.6.0_4 01 Jan 2024 11:49:51 |
Thierry Thomas (thierry) |
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0
PR: 275860 |
3.6.0_3 12 Dec 2023 19:03:50 |
Thierry Thomas (thierry) |
*/*: bump PORTREVISION after the upgrade of OpenBLAS
PR: 273219 |
3.6.0_2 29 Sep 2023 23:20:55 |
Muhammad Moinur Rahman (bofh) |
math/casadi: Remove redundant clause
There was USES=llvm and also *_DEPENDS with llvm ports. So these have
been merged into USES=llvm/
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
3.6.0_2 16 Jun 2023 05:05:16 |
Yuri Victorovich (yuri) |
math/nauty: Update 2.7r3 → 2.8.6
PR: 271718
Approved by: moritz@schmi.tt (maintainer's timeout; 17 days) |
3.6.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.6.0 10 Apr 2023 09:04:38 |
Yuri Victorovich (yuri) |
math/casadi: Update 3.5.5 → 3.6.0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.5.5_6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.5.5_6 24 Feb 2022 16:21:08 |
Yuri Victorovich (yuri) |
math/ipopt: Update 3.12.13 -> 3.14.4 |
3.5.5_4 23 Feb 2022 17:02:05 |
Yuri Victorovich (yuri) |
math/asl: Update 1.4.4 -> 2.0.0
Reported by: portscout |
3.5.5_3 20 Sep 2021 21:34:21 |
Yuri Victorovich (yuri) |
math/nauty: Update 27r1 -> 27r3
PR: 258237
Approved by: moritz@schmi.tt (maintainer) |
3.5.5_2 10 Sep 2021 02:11:08 |
Yuri Victorovich (yuri) |
math/casadi: Add missing dependencies |
3.5.5_1 02 May 2021 23:19:11 |
Yuri Victorovich (yuri) |
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. |
3.5.5 07 Apr 2021 16:58:27 |
Yuri Victorovich (yuri) |
math/casadi: Add the PORTSCOUT line |
3.5.5 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.5.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.5.5 06 Sep 2020 07:22:58 |
yuri |
math/casadi: Update 3.5.4 -> 3.5.5 |
3.5.4 05 Sep 2020 05:34:13 |
yuri |
math/casadi: Update 3.5.3 -> 3.5.4
Reported by: portscout |
3.5.3 05 Aug 2020 23:40:51 |
yuri |
math/casadi: Update 3.5.2 -> 3.5.3 |
3.5.2 20 Jul 2020 06:39:52 |
yuri |
math/casadi: Update 3.5.1 -> 3.5.2
Reported by: portscout |
3.5.1_3 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
3.5.1_2 06 May 2020 16:11:15 |
yuri |
Bump 46 ports depending on math/openblas because the after the recent
math/openblas update the library name changed in openblas. |
3.5.1_1 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
3.5.1 06 Jan 2020 12:57:03 |
adridg |
Update devel/cmake to latest upstream release, 3.16.2
This new release has support for the latest Boost, Objective-C
and various small improvements. The release notes are at:
https://cmake.org/cmake/help/v3.16/release/3.16.html
Two ports could not be persuaded to build with this new release
(math/openmesh science/fleur) and are marked BROKEN. Other build
fixes have already been done in-tree.
Thanks antoine@ for the exp-runs (multiple).
Thanks tcberner@ for prep-work (most of the work, actually).
PR: 242254 |
3.5.1 18 Oct 2019 04:36:27 |
yuri |
math/casadi: Update 3.5.0 -> 3.5.1
Reported by: portscout |
3.5.0 08 Oct 2019 06:15:12 |
yuri |
math/casadi: Update 3.4.5-49 -> 3.5.0
Reported by: portscout |
3.4.5.49_2 20 Sep 2019 19:58:36 |
jbeich |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
3.4.5.49_1 19 Sep 2019 19:43:48 |
pkubaj |
math/casadi: fix build on GCC architectures
Use C++11 compiler:
Cannot enable C++11 features.
Use it also for math/ipopt to be able to link math/casadi against it.
Approved by: mentors (implicit approval) |
3.4.5.49_1 02 Sep 2019 16:28:20 |
yuri |
math/blasfeo: Change to the shared library.
Bump math/casadi |
3.4.5.49 25 Aug 2019 04:38:18 |
yuri |
math/casadi: Correct pkg-descr |
3.4.5.49 25 Aug 2019 04:19:02 |
yuri |
New port: math/casadi: Symbolic framework for numeric optimization |