mpfrv4.2.2
- Updated
The MPFR library is a C library for multiple-precision floating-point computations with correct rounding
- Project website: https://www.mpfr.org
#Usage
The package mpfr can be imported via CMake FindPkgConfig module:
find_package(PkgConfig)
pkg_check_modules(mpfr REQUIRED IMPORTED_TARGET mpfr)
target_link_libraries(main PRIVATE PkgConfig::mpfr)#Features
No features defined.
#Host Dependencies
and 2 transitive dependencies:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
- vcpkg-cmake-get-vars (through gmp)
#Host Tool For
No ports use this.
#Contributors
Albert Ziegenhagel
Alexander Karatarakis
jasjuang
xoviat
ing. Federico Fuga
Phil Christensen
pravic
Lennart Trunk
Stefano Sinigardi
Michael Konečný
Alexander Neumann
Billy O'Neal
Lily Wang
Kai Pastor
Thomas1664
Mengna Li
Łukasz Moroz
Cheney Wang
Chuck Walbourn
Jia Yue Hua
Takahiro Ueda
talregev
#Changelog
Show 25 earlier changes
dd00565[mpfr] update CMakeLists for new versionf6db046[mpfr] fix version in CONTROL file83b8a6e[mpfr] bump control version numbera2c8463Update mpfr to 4.0.1 and fix compilation under gcc 755d8069mpfr: fix download link9bc2ba5[mpfr] bump versionb12e76c[mpfr] prefer ninja8c6eb97[mpfr] revert portfile patche036239[mpfr] define have_stdint_hd0f6656[mpfr] fix source path7dda8dc[mpfr] fix portfile51c9c6e[mpfr] prepend stdint to header6de016f[mpfr] add MPFR_USE_INTMAX_Tc7914d3update mpfr to 3.1.626516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)7e0be3c[mpfr] add initial port