2021-07-04 03:04:52 -07:00

30 lines
1019 B
JSON

{
"version": "3.14.1",
"description": "Software package for large-scale nonlinear optimization",
"homepage": "https://coin-or.github.io/Ipopt/",
"license": "EPL-1.0",
"architecture": {
"64bit": {
"url": "https://github.com/coin-or/Ipopt/releases/download/releases%2F3.14.1/Ipopt-3.14.1-win64-msvs2019-md.zip",
"hash": "6d2edd9e0944faaa20f9832db4fce1940a5e0853a715cbc218c6d9e28a8fc58f",
"extract_dir": "Ipopt-3.14.1-win64-msvs2019-md"
}
},
"bin": "bin\\ipopt.exe",
"env_set": {
"IPOPTWINDIR": "$dir"
},
"checkver": {
"github": "https://github.com/coin-or/Ipopt",
"regex": "Ipopt-([\\d.]+)-win64"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/coin-or/Ipopt/releases/download/releases%2F$version/Ipopt-$version-win64-msvs2019-md.zip",
"extract_dir": "Ipopt-$version-win64-msvs2019-md"
}
}
}
}