Commit Graph

20 Commits (37221d64ac006f35bd0301926a49d7093bc519cc)

Author SHA1 Message Date
Clint Shryock f7d9c7e5f1 Boost version bump to 1.46.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-16 10:06:21 -07:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Ville Lautanala 87bb909e8f Update Boost to 1.46.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-06 21:19:26 -08:00
Adam Vandenberg aa69948554 boost - fix duplicate options 2011-01-21 09:42:44 -08:00
David Nadlinger 6985d7c424 Support for building universal binaries of boost.
Closes Homebrew/homebrew#3915.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-20 22:31:39 +00:00
Aku Kotkavuo ae0b5c1d5f Update Boost to 1.45.0.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-21 13:20:58 +00:00
Carmine Paolino 456480aae6 Added option --with-mpi to the Boost formula.
It doesn't need to depend on the open-mpi formula because OS X ships with it.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-27 11:24:38 -07:00
Adam Vandenberg dda266aca6 boost - tweak comments 2010-09-26 11:14:59 -07:00
Aku Kotkavuo 05aa8d3f69 Update formula boost to 1.44.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-06 12:35:02 -07:00
Adam Vandenberg 8bbca11387 Reformat boost a bit 2010-07-09 16:36:52 -07:00
Aku Kotkavuo 515a0c3399 Updated formula: boost 1.43.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09 16: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
Chris Hoffman 8af1b3d725 Boost 1.42
With patches for:
 * homebrew outside of /usr/local
 * compile problems with llvm-g++

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-03-12 22:01:09 -08:00
Florian Sowade 69937d0367 Bump boost from 1.40.0 to 1.41.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Signed-off-by: Max Howell <max@methylblue.com>
2009-12-05 14:39:06 +00:00
Ash Berlin fcfb4ddc60 Add patch for boost to fix 64bit boost-test issue
Without this fix applied using the test framework will yield a double free error at exit time.
2009-12-04 18:03:26 +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
Dane Jensen 72cb689bc5 Build multi-threaded Boost. 2009-09-16 14:49:06 +01:00
Max Howell d8ba293d16 Update Boost to 1.40 2009-08-29 14:15:22 +01:00
Max Howell 8412fa92f8 Tidied things up a little in light of recent changes 2009-06-18 11:13:11 +01:00
Max Howell 97b1ada08d Created /Library moved brew tool to /bin
Moved Forumla and Cellar/homebrew into Library.

This way the homebrew core files are more sensibly placed, Cellar is
more internally consistent and only generated. And Homebrew is ready for
use straight out of the tarball.
2009-06-04 19:36:58 +01:00