aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr/portfile.cmake
AgeCommit message (Collapse)Author
2021-01-24[mpc/mpfr] Add new port / update mpfr (#13081)Alexander Neumann
* [mpc] add mpc port * [mpfr] update mpfr to use make. * [gmp] fix preprocessor define for dlls. * more fixes * fix mpfr regression on !windows * install autoconf-archive in provisioning script * change indent of patches Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * fix merge error * update PR * update baseline Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com> Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
2020-04-06[mpfr] Add mirror for mpfr at gnu.org (#10035)Michael Konečný
* add mirror for mpfr at gnu.org * remove deprecated include(vcpkg_common_functions) * update version number after modified port * update copyright handling command to install
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
2018-12-19[mpfr] update CMakeLists for new versionPhil 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] prefer ninjaxoviat
2017-11-29[mpfr] revert portfile patchxoviat
2017-11-29[mpfr] fix source pathxoviat
2017-11-29[mpfr] fix portfilexoviat
2017-11-29[mpfr] prepend stdint to headerxoviat
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-08-08[mpfr] add initial portAlbert Ziegenhagel