boost-mpi 1.69.0
This commit is contained in:
parent
e8cce4e8ed
commit
38fe4df18a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
class BoostMpi < Formula
|
class BoostMpi < Formula
|
||||||
desc "C++ library for C++/MPI interoperability"
|
desc "C++ library for C++/MPI interoperability"
|
||||||
homepage "https://www.boost.org/"
|
homepage "https://www.boost.org/"
|
||||||
url "https://dl.bintray.com/boostorg/release/1.68.0/source/boost_1_68_0.tar.bz2"
|
url "https://dl.bintray.com/boostorg/release/1.69.0/source/boost_1_69_0.tar.bz2"
|
||||||
sha256 "7f6130bc3cf65f56a618888ce9d5ea704fa10b462be126ad053e80e553d6d8b7"
|
sha256 "8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406"
|
||||||
head "https://github.com/boostorg/boost.git"
|
head "https://github.com/boostorg/boost.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
@ -20,7 +20,7 @@ class BoostMpi < Formula
|
||||||
"--libdir=#{lib}",
|
"--libdir=#{lib}",
|
||||||
"-d2",
|
"-d2",
|
||||||
"-j#{ENV.make_jobs}",
|
"-j#{ENV.make_jobs}",
|
||||||
"--layout=tagged",
|
"--layout=tagged-1.66",
|
||||||
"--user-config=user-config.jam",
|
"--user-config=user-config.jam",
|
||||||
"threading=multi,single",
|
"threading=multi,single",
|
||||||
"link=shared,static"]
|
"link=shared,static"]
|
||||||
|
|
Loading…
Reference in a new issue