Skip to content

Commit

Permalink
boost 1.55.0
Browse files Browse the repository at this point in the history
* Drop obsoleted patches.
* Temporarily remove bottles.

Closes Homebrew/legacy-homebrew#24201.

Signed-off-by: BrewTestBot <brew-test-bot@googlegroups.com>
  • Loading branch information
manphiz authored and BrewTestBot committed Nov 12, 2013
1 parent dcf3021 commit 0661bb9
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions Formula/boost.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,11 @@ def message; <<-EOS.undent

class Boost < Formula
homepage 'http://www.boost.org'
url 'http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.bz2'
sha1 '230782c7219882d0fab5f1effbe86edb85238bf4'
url 'http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2'
sha1 'cef9a0cc7084b1d639e06cd3bc34e4251524c840'

head 'http://svn.boost.org/svn/boost/trunk'

bottle do
cellar :any
revision 1
sha1 'bcfae2ddf1a15c295b413c8739b35d3e166493bb' => :mavericks
sha1 'de1e2f06b32aab7404a7eb61f275c160a92d140c' => :mountain_lion
sha1 '249be4c524745c0aa23a95c19c3a08003b13dba4' => :lion
end

env :userpaths

option :universal
Expand Down Expand Up @@ -62,16 +54,6 @@ class Boost < Formula
cause "Dropped arguments to functions when linking with boost"
end

def patches
# upstream backported patches for 1.54.0: http://www.boost.org/patches
[
'http://www.boost.org/patches/1_54_0/001-coroutine.patch',
'http://www.boost.org/patches/1_54_0/002-date-time.patch',
'http://www.boost.org/patches/1_54_0/003-log.patch',
'http://www.boost.org/patches/1_54_0/004-thread.patch'
] unless build.head?
end

def install
# https://svn.boost.org/trac/boost/ticket/8841
if build.with? 'mpi' and not build.without? 'single'
Expand Down

0 comments on commit 0661bb9

Please sign in to comment.