vcpkg/ports/casadi/vcpkg.json
2024-10-22 23:41:00 -07:00

18 lines
615 B
JSON

{
"name": "casadi",
"version": "3.6.7",
"description": "CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.",
"homepage": "http://casadi.org",
"license": "LGPL-3.0-only",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}