Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2008-03-14 14:46:32
Size: 1808
Comment: update to 2.3.1 release
Revision 5 as of 2008-12-27 22:23:22
Size: 1926
Comment: update mpfr to 2.3.2
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
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. 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.
Line 28: Line 33:
=== mpfr-2.3.2 (Michael Abshoff, September 27th, 2008) ===
 * update to the official MPFR 2.3.2 release

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)

mpfr-2.3.0 (Michael Abshoff, Sept. 14th, 2007)

  • upgrade to mpfr 2.3.0 release
  • add spkg-check