Skip to content

Commit

Permalink
boost-mpi: phase out :mpi
Browse files Browse the repository at this point in the history
Closes #22820.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
fxcoudert committed Jan 13, 2018
1 parent ea11067 commit 392f79b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/boost-mpi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class BoostMpi < Formula
homepage "https://www.boost.org/"
url "https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2"
sha256 "5721818253e6a0989583192f96782c4a98eb6204965316df9f5ad75819225ca9"
revision 1
head "https://github.com/boostorg/boost.git"

bottle do
Expand All @@ -12,7 +13,7 @@ class BoostMpi < Formula
end

depends_on "boost"
depends_on :mpi => [:cc, :cxx]
depends_on "open-mpi"

needs :cxx11

Expand Down

0 comments on commit 392f79b

Please sign in to comment.