mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:49:02 +08:00
2aa0d83ee7
* [gmp] use native buildsystem on windows * fix stuff from merge * fix version * version stuff * trying patching some symbols for dynamic builds * fix nettle build * fix more dependent ports using gmpd * fix uwp builds by copying tools * missing host dep * fix mpfr * version-string nettle * port-version mpfr * version stuff * remove patch from portfile * version stuff Co-authored-by: Alexander Neumann <you@example.com>
23 lines
414 B
JSON
23 lines
414 B
JSON
{
|
|
"name": "gmp",
|
|
"version": "6.2.1",
|
|
"port-version": 9,
|
|
"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"
|
|
}
|
|
]
|
|
}
|