mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:49:06 +08:00
6d3a6a3129
* fix supports field to correctly run CI for other platforms * Merge from master * Update baseline version * Fix the format issue * Fix baseline version * Revert the changes for host * Fix the baseline version * Disable mpfr:x64-osx and mpfr:x64-linux in Ci testing Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "gmp",
|
|
"version-string": "6.2.1",
|
|
"port-version": 4,
|
|
"description": "The GNU Multiple Precision Arithmetic Library",
|
|
"homepage": "https://gmplib.org",
|
|
"supports": "!(windows & (arm | arm64))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vs-yasm",
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yasm-tool-helper",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|