mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
8194912f47
* [highs] Fix compiler selection * version
20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"name": "highs",
|
|
"version": "1.6.0",
|
|
"port-version": 1,
|
|
"description": "High performance library to solve linear, mixed-integer, and convex quadratic optimization problems.",
|
|
"homepage": "https://highs.dev",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|