Differences between revisions 5 and 6
Revision 5 as of 2008-12-27 22:23:22
Size: 1926
Comment: update mpfr to 2.3.2
Revision 6 as of 2022-04-05 00:58:04
Size: 0
Editor: mkoeppe
Comment: outdated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= MPFR =

== Description ==

From http://mpfr.org/: The MPFR library is a C library for multiple-precision
floating-point computations with correct rounding. MPFR has continuously been
supported by the INRIA and the current main authors come from the CACAO and
Arenaire project-teams at Loria (Nancy, France) and LIP (Lyon, France)
respectively; see more on the credit page. MPFR is based on the GMP
multiple-precision library.

== License ==

MPFR is free. It is distributed under the GNU Lesser General Public License
(GNU Lesser GPL), version 2.1 or later.

== SPKG Maintainers ==

 * Michael Abshoff

== Upstream Contact ==

The MPFR website is located at http://mpfr.org/

The MPFR team can be contact via the MPFR mailing list: [email protected]

== Dependencies ==

 * GMP

== Changelog ==

=== mpfr-2.3.2 (Michael Abshoff, September 27th, 2008) ===
 * update to the official MPFR 2.3.2 release

=== mpfr-2.3.1 (Michael Abshoff, Jan. 29th, 2008) ===
 * update to the official MPFR 2.3.1 release
 * remove workaround patches
 * split make phase into make & make install
 * verify that SAGE_LOCAL is defined (#633)

=== mpfr-2.3.0.p2 (Michael Abshoff, Jan. 15th, 2008) ===
 * integrate r5186 from trunk at http://gforge.inria.fr/plugins/scmsvn/viewcvs.php/trunk/?root=mpfr - This fixes an issue in mpfr where it would use alloca instead of the allocation function provided by GMP (which theses days is anything but alloca() due to limited stack on most system. Against policy I did patch mpfr-gmp.[c|h] directly since we will update to MPFR 2.3.1 once it is out shortly anyway.
 * add 64 bit MacOSX build support

=== mpfr-2.3.0.p1 (Michael Abshoff, Nov. 15th, 2007) ===
 * patched sources in place to 2.3.0-p4 (see http://www.mpfr.org/mpfr-current/patches)

=== mpfr-2.3.0 (Michael Abshoff, Sept. 14th, 2007) ===
 * upgrade to mpfr 2.3.0 release
 * add spkg-check