diff options
| author | Denis Denisov | 2014-08-07 22:00:44 +0300 | 
|---|---|---|
| committer | Tim D. Smith | 2014-09-26 23:49:54 -0700 | 
| commit | 6ed9ec0119f55b2a36f22fc4eea583f93a4c99ac (patch) | |
| tree | 810a1c1d42f5107d35988a396b39d7df6346f744 /Library/Formula/boost.rb | |
| parent | 44a59fb8e2575651714d8de186a312ab8f4336bf (diff) | |
| download | homebrew-6ed9ec0119f55b2a36f22fc4eea583f93a4c99ac.tar.bz2 | |
boost 1.56
Diffstat (limited to 'Library/Formula/boost.rb')
| -rw-r--r-- | Library/Formula/boost.rb | 37 | 
1 files changed, 2 insertions, 35 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 8f489245f..6326ff226 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -26,15 +26,13 @@ end  class Boost < Formula    homepage 'http://www.boost.org' -  url 'https://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.bz2' -  sha1 'cef9a0cc7084b1d639e06cd3bc34e4251524c840' -  revision 2 +  url 'https://downloads.sourceforge.net/project/boost/boost/1.56.0/boost_1_56_0.tar.bz2' +  sha1 'f94bb008900ed5ba1994a1072140590784b9b5df'    head 'https://github.com/boostorg/boost.git'    bottle do      cellar :any -    revision 4      sha1 "81b8843487a6f0017fac77b4bf58bdc20f3298fa" => :mavericks      sha1 "40089f76eddb25ac418032fa0055b6f0b6d76847" => :mountain_lion      sha1 "da4fb2a221fd83f50741f757eefe4bc38b5e910c" => :lion @@ -74,37 +72,6 @@ class Boost < Formula      end    end -  stable do -    # Patches boost::atomic for LLVM 3.4 as it is used on OS X 10.9 with Xcode 5.1 -    # https://github.com/Homebrew/homebrew/issues/27396 -    # https://github.com/Homebrew/homebrew/pull/27436 -    patch :p2 do -      url "https://github.com/boostorg/atomic/commit/6bb71fdd.diff" -      sha1 "ca8679011d5293a7fd02cb3b97dde3515b8b2b03" -    end - -    patch :p2 do -      url "https://github.com/boostorg/atomic/commit/e4bde20f.diff" -      sha1 "b68f5536474c9f543879698299bd4975538a89eb" -    end - -    # Patch fixes upstream issue reported here (https://svn.boost.org/trac/boost/ticket/9698). -    # Will be fixed in Boost 1.56 and can be removed once that release is available. -    # See this issue (https://github.com/Homebrew/homebrew/issues/30592) for more details. - -    patch :p2 do -      url "https://github.com/boostorg/chrono/commit/143260d.diff" -      sha1 "2600214608e7706116831d6ffc302d099ba09950" -    end - -    # Patch boost::serialization for Clang -    # https://svn.boost.org/trac/boost/ticket/8757 -    patch :p1 do -      url "https://gist.githubusercontent.com/philacs/375303205d5f8918e700/raw/d6ded52c3a927b6558984d22efe0a5cf9e59cd8c/0005-Boost.S11n-include-missing-algorithm.patch" -      sha1 "a37552d48e5c1c0507ee9d48fb82a3fa5e3bc9fa" -    end -  end -    fails_with :llvm do      build 2335      cause "Dropped arguments to functions when linking with boost"  | 
