vcpkg/ports/mpc/vcpkg.json
Alexander Neumann 2aa0d83ee7
[gmp] Switch sources on windows away from SMP fork. (#23466)
* [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>
2022-03-23 12:14:40 -07:00

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