vcpkg/ports/mpfr/vcpkg.json
LilyWangLL c6e208fccf
[mpfr] Add warning message on Linux (#21940)
* [mpfr] Add warning message on Linux

* update version

* Update portfile.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2021-12-10 14:01:15 -08:00

11 lines
269 B
JSON

{
"name": "mpfr",
"version-string": "4.1.0",
"port-version": 2,
"description": "The MPFR library is a C library for multiple-precision floating-point computations with correct rounding",
"homepage": "https://www.mpfr.org",
"dependencies": [
"gmp"
]
}