aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorXiyue Deng2013-11-11 20:09:11 -0800
committerBrewTestBot2013-11-12 11:31:01 +0000
commit61520df86cf33d595461d0b59bd54cd651cc5e53 (patch)
treeb20780c46cf2f775a132884f8d8c6f3d8c6ba78b /Library/Formula
parent84239b551dbbeee3a5c4b2961e3d8769c02fd7b6 (diff)
downloadhomebrew-61520df86cf33d595461d0b59bd54cd651cc5e53.tar.bz2
boost 1.55.0
* Drop obsoleted patches. * Temporarily remove bottles. Closes #24201. Signed-off-by: BrewTestBot <brew-test-bot@googlegroups.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/boost.rb22
1 files changed, 2 insertions, 20 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 2d1879c28..ec03409e4 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -14,19 +14,11 @@ end
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
@@ -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'