aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gmp.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-06gmp - need to force GCC 4.2 on 10.6 as wellAlexander Corrado
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-17gmp - force GCC 4.2. Fixes #2302Adam Vandenberg
2010-10-17gmp - Allow creating 32bit build on Snow Leopardpascalbertrand
Signed-off-by: Adam Vandenberg <flangy@gmail.com> * Note that building 32-bit on Snow Leopard will cause other 64-bit brews to fail to find gmp.
2010-06-16Add "fails_with_llvm" to formula to document LLVM build breaks.Adam Vandenberg
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm", to specifically message to the user when a formula is known or suspected to not build with LLVM. If the user specifies "--use-llvm", the message will be displayed, but compilation will be tried anyway. Since using LLVM is now an advanced/hidden feature instead of the default on 10.6, we'll let the user try anyway (and submit patches if things are now working.)
2010-04-26Fix gmp for Leopard.Adam Vandenberg
2010-04-24Updated gmp to version 5.0.1.Markus Groß
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25Install `gmp' texinfo files into the right directory.Martin Kuehl
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-13Build libgmpxx with gmp formulaAsh Berlin
2009-12-12Fix gmp formula for 10.5 / MacPro.Adam Vandenberg
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-29Formula for GMPAdam Vandenberg
GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.