boost 1.70.0

This commit is contained in:
FX Coudert 2019-04-12 21:14:26 +02:00
parent 7a6f1aaaf0
commit 1230e78125
2 changed files with 5 additions and 3 deletions

View file

@ -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