aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpfr.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-06mpfr - default to 64-bit because gmp doesAlexander Corrado
Mpfr depends on gmp. When gmp is built, it defaults to 64-bit on capable hardware. Mpfr does not, which causes a configure error. See: http://www.mpfr.org/faq.html#no_libgmp Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-27Update Formula: mpfrAlexis Hildebrandt
Version bump to 3.0.0 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-18Fix download URL (mpfr-current -> mpfr-2.4.2)Ben Leslie
mpfr has recently released version 3.0. This means mpfr-current points to 3.0, not 2.4.2. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-30mpfr - remove unused switchAdam Vandenberg
2010-03-07mpfr: apply upstream patchesDavid Höppner
2010-01-23Mpfr 2.4.2Alexis Hildebrandt
A C library for multiple-precision floating-point computations with correct rounding.