diff options
Diffstat (limited to 'vcpkg/ports/coin-or-ipopt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/coin-or-ipopt/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/coin-or-ipopt/vcpkg.json b/vcpkg/ports/coin-or-ipopt/vcpkg.json new file mode 100644 index 0000000..d3a9d58 --- /dev/null +++ b/vcpkg/ports/coin-or-ipopt/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "coin-or-ipopt", + "version-date": "2023-02-01", + "description": "Ipopt (Interior Point OPTimizer, pronounced eye-pea-Opt) is a software package for large-scale nonlinear optimization", + "homepage": "https://github.com/coin-or/Ipopt", + "license": "EPL-2.0", + "dependencies": [ + "coinutils", + "intel-mkl" + ] +} |