aboutsummaryrefslogtreecommitdiff
path: root/ports/mpfr/CMakeLists.txt
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>
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-11-29[mpfr] define have_stdint_hxoviat
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-08-08[mpfr] add initial portAlbert Ziegenhagel