Open MPI: version 1.8.3.

This is a bugfix release.
Changes: www.open-mpi.org/community/lists/announce/2014/09/0064.php

Closes Homebrew/homebrew#32692.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Dominique Orban 2014-09-26 17:59:18 -04:00 committed by Jack Nagel
parent 2104b9f007
commit 6a343b984d

View file

@ -2,8 +2,8 @@ require 'formula'
class OpenMpi < Formula
homepage 'http://www.open-mpi.org/'
url 'http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.2.tar.bz2'
sha1 '55067856b351cbeb5ebe8a430bfe0656115a04ed'
url 'http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.3.tar.bz2'
sha1 '4be9c5d2a8baee6a80bde94c6485931979a428fe'
option 'disable-fortran', 'Do not build the Fortran bindings'
option 'enable-mpi-thread-multiple', 'Enable MPI_THREAD_MULTIPLE'