vcpkg/ports/coin-or-ipopt/vcpkg.json
Alexander Neumann d84e61c2c3
Fix coin-or ports. (#29398)
* add stuff

* coinutils stuff

* coin-or-* fixes!

* fix patch

* Fix openmvg

* fix openmvg by modifying includes

* fix ipopt.

* add !uwp supports in coinutils

* try fixing openmvg on osx

* format manifest and license stuff

* fix linkage

* v db
2023-02-09 14:51:04 -08:00

12 lines
332 B
JSON

{
"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"
]
}