OpenMPI: Update to 1.4.4
Closes Homebrew/homebrew#8502. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
7953441179
commit
6198287bc0
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class OpenMpi < Formula
|
||||
url 'http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-1.4.3.tar.gz'
|
||||
url 'http://www.open-mpi.org/software/ompi/v1.4/downloads/openmpi-1.4.4.tar.gz'
|
||||
homepage 'http://www.open-mpi.org/'
|
||||
md5 'e7148df2fe5de3e485838bfc94734d6f'
|
||||
md5 '7253c2a43445fbce2bf4f1dfbac113ad'
|
||||
|
||||
def install
|
||||
# Compiler complains about link compatibility with FORTRAN otherwise
|
||||
|
|
Loading…
Reference in a new issue