vcpkg/ports/gmp/vcpkg.json
Ilya Arzhannikov c6f8dbac62
[Gmp] add cflags to build commands for compiletime tools (#17264)
* 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>
2021-04-29 16:13:35 -07:00

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"
}
]
}