mpfr v4.2.1
- Created
- Updated
The MPFR library is a C library for multiple-precision floating-point computations with correct rounding
# 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)
# License
LGPL-3.0-or-later
# Supported Platforms
!xbox
- ✅ linux
- ✅ osx
- ✅ uwp
- ✅ windows
# Features
No features defined.
# Dependencies
No transitive dependencies.
# Host Dependencies
2 transitive dependencies:
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-get-vars (by gmp )
# Dependents
# Host Dependents
No dependents.
# 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
# Changelog
and 23 more commits:
dd00565
[mpfr] update CMakeLists for new versionf6db046
[mpfr] fix version in CONTROL file83b8a6e
[mpfr] bump control version numbera2c8463
Update mpfr to 4.0.1 and fix compilation under gcc 755d8069
mpfr: 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_Tc7914d3
update mpfr to 3.1.626516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)7e0be3c
[mpfr] add initial port