mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 18:11:28 +08:00
12 lines
332 B
JSON
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"
|
||
|
]
|
||
|
}
|