From 1230e7812544466fd5bb08fec809bed682a2e475 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 12 Apr 2019 21:14:26 +0200 Subject: [PATCH] boost 1.70.0 --- Aliases/{boost@1.69 => boost@1.70} | 0 Formula/boost.rb | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename Aliases/{boost@1.69 => boost@1.70} (100%) diff --git a/Aliases/boost@1.69 b/Aliases/boost@1.70 similarity index 100% rename from Aliases/boost@1.69 rename to Aliases/boost@1.70 diff --git a/Formula/boost.rb b/Formula/boost.rb index 299885b249..cd26ee92f3 100644 --- a/Formula/boost.rb +++ b/Formula/boost.rb @@ -1,9 +1,8 @@ class Boost < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2" - sha256 "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406" - revision 2 + url "https://dl.bintray.com/boostorg/release/1.70.0/source/boost_1_70_0.tar.bz2" + sha256 "430ae8354789de4fd19ee52f3b1f739e1fba576f0aded0897c3c2bc00fb38778" head "https://github.com/boostorg/boost.git" bottle do @@ -39,6 +38,8 @@ class Boost < Formula bootstrap_args << "--without-libraries=#{without_libraries.join(",")}" # layout should be synchronized with boost-python and boost-mpi + # + # --no-cmake-config should be dropped if possible in next version args = %W[ --prefix=#{prefix} --libdir=#{lib} @@ -46,6 +47,7 @@ class Boost < Formula -j#{ENV.make_jobs} --layout=tagged-1.66 --user-config=user-config.jam + --no-cmake-config -sNO_LZMA=1 -sNO_ZSTD=1 install