boost-python 1.70.0
This commit is contained in:
parent
be53d67182
commit
0a90cb37c5
2 changed files with 4 additions and 2 deletions
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue