vcpkg/ports/gmp/vcpkg.json
Laurent Rineau d4cd43eb7d
[gmp | mpir] Add --with-pic (#25209)
* [gmp] [mpir] Add --with-pic

* ./vcpkg x-add-version --all
2022-06-15 10:58:03 -07:00

23 lines
415 B
JSON

{
"name": "gmp",
"version": "6.2.1",
"port-version": 10,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"supports": "!(windows & (arm | arm64))",
"dependencies": [
{
"name": "gmp",
"host": true
},
{
"name": "yasm",
"host": true,
"features": [
"tools"
],
"platform": "windows"
}
]
}