mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "3.13.3",
|
|
"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.13.3/Ipopt-3.13.3-win64-msvs2019-md.zip",
|
|
"hash": "b7e54608ced9022d6700641f9a105be42f339c6b65a580a149bc62c18395a1ec",
|
|
"extract_dir": "Ipopt-3.13.3-win64-msvs2019-md"
|
|
}
|
|
},
|
|
"bin": "bin\\ipopt.exe",
|
|
"env_set": {
|
|
"IPOPTWINDIR": "$dir"
|
|
},
|
|
"checkver": {
|
|
"github": "https://github.com/coin-or/Ipopt",
|
|
"regex": "/releases/tag/releases%2F([\\d.]+)"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|