2024-06-20 12:31:21 +00:00

44 lines
1.7 KiB
JSON

{
"##": "This manifest uses 7z instead of Expand-7zipArchive due to invalid tar extraction error",
"version": "1.7.1+0",
"description": "High performance software for linear optimization",
"homepage": "https://www.maths.ed.ac.uk/hall/HiGHS/",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v1.7.1+0/HiGHS.v1.7.1.i686-w64-mingw32-cxx11.tar.gz#/dl.gz",
"hash": "cf55b069ff4947031252c53f3c9cde3a3d737ceecb61ce80de904e698ae26035"
},
"64bit": {
"url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v1.7.1+0/HiGHS.v1.7.1.x86_64-w64-mingw32-cxx11.tar.gz#/dl.gz",
"hash": "9b500d281491365730d3b6ff1f3b6f7c777e9ee009771732250e185f1affa29e"
}
},
"installer": {
"script": [
"7z x \"$dir\\dl\" -o\"$dir\" -ttar | Out-Null -ErrorAction SilentlyContinue",
"Remove-Item \"$dir\\dl\""
]
},
"bin": [
[
"bin\\highs.exe",
"highs"
]
],
"checkver": {
"github": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl",
"regex": "HiGHS-v([\\d.]+\\+\\d+)"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v$version/HiGHS.v$matchHead.i686-w64-mingw32-cxx11.tar.gz#/dl.gz"
},
"64bit": {
"url": "https://github.com/JuliaBinaryWrappers/HiGHS_jll.jl/releases/download/HiGHS-v$version/HiGHS.v$matchHead.x86_64-w64-mingw32-cxx11.tar.gz#/dl.gz"
}
}
}
}