Commit Graph

16 Commits (1225c895064fb3859c11d23c10365cac6466e760)

Author SHA1 Message Date
Jack Nagel 60df98f1ec gmp 5.0.2
Appears to compile with LLVM too.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-03 16:35:58 -07:00
Adam Vandenberg 1df0d004b1 gmp - help 64-bit detection for newer CPUs 2011-03-26 10:03:08 -07:00
Adam Vandenberg 99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Alexander Corrado 22b66fc917 gmp - need to force GCC 4.2 on 10.6 as well
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-06 16:29:13 -08:00
Tianyi Cui 8b275c916a Use https for all GitHub URLs
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18 20:14:27 -08:00
Adam Vandenberg c1d7802031 gmp - force GCC 4.2. Fixes Homebrew/homebrew#2302 2010-10-17 16:31:01 -07:00
pascalbertrand b0e856dbb0 gmp - Allow creating 32bit build on Snow Leopard
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-10-17 10:19:57 -07:00
Adam Vandenberg e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
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-06-16 11:50:36 -07:00
Adam Vandenberg 318c3016df Fix gmp for Leopard. 2010-04-26 08:40:55 -07:00
Markus Groß f23c148905 Updated gmp to version 5.0.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-24 20:51:36 -07:00
Martin Kuehl ef33869b4f Install `gmp' texinfo files into the right directory.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25 15:32:27 -08:00
Ash Berlin acacc440f3 Build libgmpxx with gmp formula 2010-01-13 13:35:30 +00:00
Adam Vandenberg 7b68d9b5c8 Fix gmp formula for 10.5 / MacPro. 2009-12-12 16:24:14 +00:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
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-10-15 16:48:03 +01:00
Adam Vandenberg 2d406986aa Formula for GMP
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.
2009-09-29 23:33:22 +01:00