aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXiyue Deng2012-11-05 09:20:05 -0800
committerMike McQuaid2012-11-12 23:43:08 +0000
commit937d81bdd23d6df29e33740219a633eb5bb077d0 (patch)
tree270949d0901baa894a6dbd936369f0b0ec487f07 /Library/Formula
parent964be9a9e3e0f3c6c9a79d2209cb34b68dd19ca5 (diff)
downloadhomebrew-937d81bdd23d6df29e33740219a633eb5bb077d0.tar.bz2
boost 1.52.0
* Also add fix of MPI detection for Graph library. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost.rb11
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index c863509ed..702010f4f 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -19,16 +19,12 @@ end
class Boost < Formula
homepage 'http://www.boost.org'
- url 'http://downloads.sourceforge.net/project/boost/boost/1.51.0/boost_1_51_0.tar.bz2'
- sha1 '52ef06895b97cc9981b8abf1997c375ca79f30c5'
+ url 'http://downloads.sourceforge.net/project/boost/boost/1.52.0/boost_1_52_0.tar.bz2'
+ sha1 'cddd6b4526a09152ddc5db856463eaa1dc29c5d9'
head 'http://svn.boost.org/svn/boost/trunk'
- bottle do
- sha1 'd1f4cb36278adb7d86b221bcfc63619ec3022fdb' => :mountainlion
- sha1 '46dd00df6343295bceae54b040cceb1d3714fe15' => :lion
- sha1 '474aed3845ceaf26e0eeb3175ad3e2c4f3bca942' => :snowleopard
- end
+ env :userpaths
option :universal
option 'with-mpi', 'Enable MPI support'
@@ -37,6 +33,7 @@ class Boost < Formula
depends_on UniversalPython.new if needs_universal_python?
depends_on "icu4c" if build.include? "with-icu"
+ depends_on MPIDependency.new(:cc, :cxx) if build.include? "with-mpi"
fails_with :llvm do
build 2335