Commit graph

8 commits

Author SHA1 Message Date
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