mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:21:38 +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>
12 lines
311 B
JSON
12 lines
311 B
JSON
{
|
|
"name": "mpc",
|
|
"version": "1.2.0",
|
|
"port-version": 2,
|
|
"description": "GNU MPC is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result.",
|
|
"homepage": "http://www.multiprecision.org/mpc/",
|
|
"dependencies": [
|
|
"gmp",
|
|
"mpfr"
|
|
]
|
|
}
|