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:
parent
2104b9f007
commit
6a343b984d
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue