aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpfr.rb
AgeCommit message (Collapse)Author
2013-01-24mpfr: fix audit warningJack Nagel
2013-01-06mpfr: work around upstream being downAdam Vandenberg
Closes #12371. Closes #16932.
2012-10-23mpfr: use env :std to prevent segmentation faultsamueljohn
Closes #15312. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-06mpfr 3.1.1-p2Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-12mpfr: use options DSLJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-07mpfr 3.1.1Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07mpfr: always run make checkJack Nagel
Correctness is pretty important here, and it doesn't take too long. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-14p1 the default patch-levelAdam Vandenberg
2012-01-02Standardize 32 bit build switchAdam Vandenberg
2011-10-12mpfr: apply upstream cumulative patchJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03mpfr 3.1.0Jack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-10-03Specify "build" but not "host" for gmp and mpfrJack Nagel
The "--host" flag to configure defaults to "--build", and explicitly passing it is normally reserved for cross-compiling. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-06-19mpfr: change 32/64 logicAdam Vandenberg
mpfr needs to have the same 32/64 bit logic that gmp does
2011-04-13Fix error in mpfr formula and update to 3.0.1Jack Nagel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.