aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominique Orban2014-04-01 09:18:43 -0700
committerMike McQuaid2014-04-01 11:50:46 -0500
commit422872a82f96321aae65cbc20573d7d2c929a6af (patch)
tree583c83e2f27df20f7f7ef771810484153ae46807 /Library
parent55d0537bf05f03326b911fe1467b134d140b46e9 (diff)
downloadhomebrew-422872a82f96321aae65cbc20573d7d2c929a6af.tar.bz2
open-mpi 1.8
OpenMPI: upgrade to 1.8 Closes #28039. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/open-mpi.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb
index a2a119b29..55add308e 100644
--- a/Library/Formula/open-mpi.rb
+++ b/Library/Formula/open-mpi.rb
@@ -2,8 +2,8 @@ require 'formula'
class OpenMpi < Formula
homepage 'http://www.open-mpi.org/'
- url 'http://www.open-mpi.org/software/ompi/v1.7/downloads/openmpi-1.7.5.tar.bz2'
- sha1 '4a0de91c50a51e588810cc03d48c03429f3c1006'
+ url 'http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.tar.bz2'
+ sha1 'd32961b83c689e086cede6c964b312e1f3d174f0'
option 'disable-fortran', 'Do not build the Fortran bindings'
option 'enable-mpi-thread-multiple', 'Enable MPI_THREAD_MULTIPLE'