aboutsummaryrefslogtreecommitdiff
path: root/tools/mpfr
Commit message (Collapse)AuthorAge
* tools: prefer gz or bz2 tarballsRobert Marko2024-04-06
| | | | | | | | | | | | | | In the light of recent XZ events, and fundamental XZ issues lets work on moving away from using XZ. So, use gz compressed tarballs as sources whenever possible. dwarves only offers bz2 compressed tarballs, so use those as size difference is minor compared to XZ. Signed-off-by: Robert Marko <robimarko@gmail.com> dwarves
* tools/mpfr: update to 4.2.1Linhui Liu2023-08-28
| | | | | | | | | | | | Changes from version 4.2.0 to version 4.2.1: - Bug fixes (see <https://www.mpfr.org/mpfr-4.2.0/#fixed> and/or the ChangeLog file). - Improved MPFR manual. - Configure tests: replaced the test of the link with GMP, in order to avoid the use of a function without a prototype (Autoconf issue), as this is obsolescent in ISO C. The new test should be more robust. Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
* tools/mpfr: update to 4.2.0Linhui Liu2023-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes from versions 4.1.* to version 4.2.0: - The "fondue savoyarde" release. - Binary compatible with MPFR 4.0.* and 4.1.*, though some minor changes in the behavior of the formatted output functions may be visible, regarded as underspecified behavior or bug fixes (see below). - New functions mpfr_cosu, mpfr_sinu, mpfr_tanu, mpfr_acosu, mpfr_asinu, mpfr_atanu and mpfr_atan2u. - New functions mpfr_cospi, mpfr_sinpi, mpfr_tanpi, mpfr_acospi, mpfr_asinpi, mpfr_atanpi and mpfr_atan2pi. - New functions mpfr_log2p1, mpfr_log10p1, mpfr_exp2m1, mpfr_exp10m1 and mpfr_compound_si. - New functions mpfr_fmod_ui, mpfr_powr, mpfr_pown, mpfr_pow_uj, mpfr_pow_sj and mpfr_rootn_si (mpfr_pown is actually a macro defined as an alias for mpfr_pow_sj). - Bug fixes. In particular, for the formatted output functions (mpfr_printf, etc.), the case where the precision consists only of a period has been fixed to be like ".0" as specified in the ISO C standard, and the manual has been corrected and clarified. The macros of the custom interface have also been fixed: they now behave like functions (except a minor limitation for mpfr_custom_init_set). Remove upstreamed: - 002-Fix-mpfr_custom_get_kind-macro-bug.patch Refresh patches: - 001-only_src.patch Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
* tools/mpfr: update to 4.1.1Nick Hainke2022-11-27
| | | | | | | | | | | | | | Changes: - Bug fixes - Improved manual formatting Refresh patches: - 001-only_src.patch Import patch fixing macro bug: - 002-Fix-mpfr_custom_get_kind-macro-bug.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
* tools: add Host/Uninstall where possibleRosen Penev2022-10-20
| | | | | | This cleans staging_dir when calling tool/x/clean. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tools/mpfr: update to 4.1.0Hannu Nyman2020-08-23
| | | | | | | Update mpfr to version 4.1.0. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/mpfr: Update to 4.0.2Daniel Engberg2019-02-10
| | | | | | | | | Update mpfr to 4.0.2 Use official site as last resort Force thread-safety functionality Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/mpfr: Update to 4.0.1Daniel Engberg2018-04-11
| | | | | | Update mpfr to 4.0.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* tools/mpfr: update to 4.0.0Hannu Nyman2018-01-18
| | | | | | Update mpfr to 4.0.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* add PKG_CPE_ID ids to package and toolsAlexander Couzens2017-11-17
| | | | | | | | | | | CPE ids helps to tracks CVE in packages. https://cpe.mitre.org/specification/ Thanks to swalker for CPE to package mapping and keep tracking CVEs. Acked-by: Jo-Philipp Wich <jo@mein.io> Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* tools/mpfr: Update to 3.1.6Daniel Engberg2017-09-30
| | | | | | Update mpfr to 3.1.6 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* treewide: clean up download hashesFelix Fietkau2016-12-16
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* tools/mpfr: Update to 3.1.5 and change to xz tarballdiizzyy2016-10-04
| | | | | | Updates mpfr to 3.1.5 and changes tarball format to xz Signed-off-by: Daniel Engberg daniel.engberg.lists@pyret.net
* tools/mpfr: update to 3.1.4Hauke Mehrtens2016-04-17
| | | | | | | | | Update mpfr to 3.1.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 49185
* tools/mpfr: update to 3.1.3Felix Fietkau2015-11-03
| | | | | | | | | Update mpfr to version 3.1.3. Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47369
* tools: Fix mpfr build on FreeBSD 10.1Jo-Philipp Wich2015-02-05
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44279
* tools/mpfr: add GNU sourceJohn Crispin2013-11-25
| | | | | | | | | | | fixes https://dev.openwrt.org/ticket/14519 mpfr is available from GNU too see: https://gforge.inria.fr/forum/forum.php?forum_id=11263 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 38912
* mpfr: upgrade to 3.1.2Luka Perkov2013-06-03
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 36822
* mpfr: upgrade to 3.1.1Luka Perkov2013-02-28
| | | | SVN-Revision: 35828
* tools/mpfr enable parallel buildsFelix Fietkau2012-09-15
| | | | SVN-Revision: 33434
* tools/mpfr: remove bogus configure overrideFelix Fietkau2012-09-15
| | | | SVN-Revision: 33433
* mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570Jo-Philipp Wich2010-12-15
| | | | SVN-Revision: 24571
* mpfr: disable host fixup for nowJo-Philipp Wich2010-12-13
| | | | SVN-Revision: 24557
* mpfr: use autoreconf host fixupJo-Philipp Wich2010-12-13
| | | | SVN-Revision: 24555
* tools/mpfr: update to version 3.0.0Alexandros C. Couloumbis2010-12-09
| | | | SVN-Revision: 24382
* add gcc-4.5.0 preliminary supportAlexandros C. Couloumbis2010-04-19
| | | | SVN-Revision: 21033
* mpfr: add missing MD5SUMNicolas Thill2010-01-07
| | | | SVN-Revision: 19060
* update mpfr to 2.4.1Florian Fainelli2009-08-20
| | | | SVN-Revision: 17334
* disable mpfr tests compilation, slightly speeds up the build processFlorian Fainelli2009-08-17
| | | | SVN-Revision: 17295
* clean up gmp and mpfrFelix Fietkau2009-04-06
| | | | SVN-Revision: 15114
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-22
| | | | | | host-build steps SVN-Revision: 14610
* fix mpfr download urlFelix Fietkau2009-01-26
| | | | SVN-Revision: 14213
* add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi Mantellini!Nicolas Thill2009-01-21
SVN-Revision: 14131