aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 15:41:53 +0100
committerMike McQuaid2014-10-22 15:57:13 +0100
commit4f2b3ae5bfb0c3ed43af0a21f1a86074da756d8c (patch)
treef2d3632323fdcbcc5ac42f80135255262241d35b
parentcf93559479efe3d61d4e4923da456ceeebd7aa5d (diff)
downloadhomebrew-4f2b3ae5bfb0c3ed43af0a21f1a86074da756d8c.tar.bz2
open-mpi: add 1.8.3 bottle.
-rw-r--r--Library/Formula/open-mpi.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb
index a59d9c228..3d3206178 100644
--- a/Library/Formula/open-mpi.rb
+++ b/Library/Formula/open-mpi.rb
@@ -5,6 +5,12 @@ class OpenMpi < Formula
url 'http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.3.tar.bz2'
sha1 '4be9c5d2a8baee6a80bde94c6485931979a428fe'
+ bottle do
+ sha1 "60e953d115aa38e7495c7de774518eda83abb982" => :yosemite
+ sha1 "257dfda61a3a2b75c1d810c25e034b4e8998ff0e" => :mavericks
+ sha1 "6ef00e19f8ceb677ca370c209ef2f1cefd085e09" => :mountain_lion
+ end
+
option 'disable-fortran', 'Do not build the Fortran bindings'
option 'enable-mpi-thread-multiple', 'Enable MPI_THREAD_MULTIPLE'
option :cxx11