mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:49:00 +08:00
a8e1b590c6
* Added new port for the HiGHS optimization library * Fixed formatting and added versions * Fixed sha hash * Updated port to exclude arm64 support * Update SHA * Added license to vcpkg.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Use VERSION variable for portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update SHA * Removed redundant differences in cmake patch * Update SHA * Improved pkconfig and thread support * Update SHA * Enable support for arm64 * Update SHA * Fixed linker errors for arm64-windows builds * Update SHA * Changed patch name, converted tab to spaces for consistency * Update SHA * Cleaned portfile, replaced pkgconfig patch with vcpkg command * Updated SHA * Updated fix-threads patch * Update SHA * Improved the threads patch * Update SHA --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: Luke Marshall <luke.marshall@microsoft.com>
19 lines
385 B
JSON
19 lines
385 B
JSON
{
|
|
"name": "highs",
|
|
"version": "1.5.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"
|
|
]
|
|
}
|