aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/boost.rb
AgeCommit message (Collapse)Author
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-04-03boost - fix building universal binariescxx
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-01boost - add warning about universal and pythonAdam Vandenberg
A universal build of boost will expect a universal build of Python.
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-16Boost version bump to 1.46.1Clint Shryock
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-06Update Boost to 1.46.0Ville Lautanala
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-21boost - fix duplicate optionsAdam Vandenberg
2011-01-20Support for building universal binaries of boost.David Nadlinger
Closes #3915. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-21Update Boost to 1.45.0.Aku Kotkavuo
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-10-27Added option --with-mpi to the Boost formula.Carmine Paolino
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-09-26boost - tweak commentsAdam Vandenberg
2010-09-06Update formula boost to 1.44.0.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-09Reformat boost a bitAdam Vandenberg
2010-07-09Updated formula: boost 1.43.0Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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-03-12Boost 1.42Chris Hoffman
With patches for: * homebrew outside of /usr/local * compile problems with llvm-g++ Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2009-12-05Bump boost from 1.40.0 to 1.41.0Florian Sowade
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Signed-off-by: Max Howell <max@methylblue.com>
2009-12-04Add patch for boost to fix 64bit boost-test issueAsh Berlin
Without this fix applied using the test framework will yield a double free error at exit time.
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-16Build multi-threaded Boost.Dane Jensen
2009-08-29Update Boost to 1.40Max Howell
2009-06-18Tidied things up a little in light of recent changesMax Howell
2009-06-04Created /Library moved brew tool to /binMax Howell
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.