From 0a90cb37c58e77b61e8980251fb8bbd78c407da1 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 12 Apr 2019 21:17:29 +0200 Subject: [PATCH] boost-python 1.70.0 --- Aliases/{boost-python@1.69 => boost-python@1.70} | 0 Formula/boost-python.rb | 6 ++++-- 2 files changed, 4 insertions(+), 2 deletions(-) rename Aliases/{boost-python@1.69 => boost-python@1.70} (100%) diff --git a/Aliases/boost-python@1.69 b/Aliases/boost-python@1.70 similarity index 100% rename from Aliases/boost-python@1.69 rename to Aliases/boost-python@1.70 diff --git a/Formula/boost-python.rb b/Formula/boost-python.rb index fb077757ce..117168ca91 100644 --- a/Formula/boost-python.rb +++ b/Formula/boost-python.rb @@ -1,8 +1,8 @@ class BoostPython < Formula desc "C++ library for C++/Python2 interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2" - sha256 "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406" + 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 @@ -21,6 +21,8 @@ class BoostPython < Formula "-d2", "-j#{ENV.make_jobs}", "--layout=tagged-1.66", + # --no-cmake-config should be dropped if possible in next version + "--no-cmake-config", "threading=multi,single", "link=shared,static"]