mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 18:09:01 +08:00
c6f8dbac62
* add cflags for compile time tools * vcpkg x-add-version gmp * add yasm-tool as host dependency * ./vcpkg x-add-version gmp --overwrite-version * formating * ./vcpkg x-add-version gmp * Update ports/gmp/vcpkg.json * Update versions/baseline.json * Update versions/g-/gmp.json * Update versions/g-/gmp.json Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com> Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"name": "gmp",
|
|
"version-string": "6.2.1",
|
|
"port-version": 5,
|
|
"description": "The GNU Multiple Precision Arithmetic Library",
|
|
"homepage": "https://gmplib.org",
|
|
"supports": "!(windows & (arm | arm64))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vs-yasm",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yasm-tool",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "yasm-tool-helper",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|