mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 18:49:00 +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
296 B
JSON
12 lines
296 B
JSON
{
|
|
"name": "mpfr",
|
|
"version": "4.1.0",
|
|
"port-version": 4,
|
|
"description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
|
|
"homepage": "https://www.mpfr.org",
|
|
"license": "LGPL-3.0-or-later",
|
|
"dependencies": [
|
|
"gmp"
|
|
]
|
|
}
|