aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-09-24update mpfr to 4.0.2 and fix build on osx (#8324)Lennart Trunk
* update mpfr to 4.0.2
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2018-12-19[mpfr] update CMakeLists for new versionPhil Christensen
2018-12-19[mpfr] fix version in CONTROL filePhil Christensen
2018-12-13[mpfr] bump control version numberPhil Christensen
2018-12-13Update mpfr to 4.0.1 and fix compilation under gcc 7ing. Federico Fuga
gcc 7 deprecates the use of varargs.h in favour of stdarg.h. mpfr already fixes it, but the fix is enabled if stdarg is available. This patch adds the test on CMakeLists.txt and enables the fix if needed.
2017-12-26mpfr: fix download linkxoviat
2017-11-29[mpfr] bump versionxoviat
2017-11-29[mpfr] prefer ninjaxoviat
2017-11-29[mpfr] revert portfile patchxoviat
2017-11-29[mpfr] define have_stdint_hxoviat
2017-11-29[mpfr] fix source pathxoviat
2017-11-29[mpfr] fix portfilexoviat
2017-11-29[mpfr] prepend stdint to headerxoviat
2017-11-29[mpfr] add MPFR_USE_INTMAX_Txoviat
2017-11-20[mprf] add missing symbol (#2226)xoviat
* [mprf] create printf * Update CMakeLists.txt * [mpfr:portile] copy file
2017-10-10update mpfr to 3.1.6jasjuang
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-08[mpfr] add initial portAlbert Ziegenhagel