diff options
| author | Xiyue Deng | 2012-10-10 02:22:53 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-10-11 08:15:31 -0700 |
| commit | f4f512f4824d109834592c3edd82253fd8d49dde (patch) | |
| tree | b1cb1f5fc3e12c401dcadc67051258c98e1c11e5 /Library/Formula | |
| parent | 94c7486236bfef038762a633d076d2638ef78536 (diff) | |
| download | homebrew-f4f512f4824d109834592c3edd82253fd8d49dde.tar.bz2 | |
open-mpi: Update to 1.6.2
Now clang builds successfully but still fails the test. Changed the
comments accordingly.
Closes #15388.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/open-mpi.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb index 6280d6c6d..f0a7f6f66 100644 --- a/Library/Formula/open-mpi.rb +++ b/Library/Formula/open-mpi.rb @@ -2,15 +2,15 @@ require 'formula' class OpenMpi < Formula homepage 'http://www.open-mpi.org/' - url 'http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.tar.bz2' - sha1 '8b81eea712bb8f8120468003b5f29baecedf2367' + url 'http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.2.tar.bz2' + sha1 '694fd3bac911cdb22f77175884d819b6fea871df' # Reported upstream at version 1.6, both issues # http://www.open-mpi.org/community/lists/devel/2012/05/11003.php # http://www.open-mpi.org/community/lists/devel/2012/08/11362.php fails_with :clang do build 421 - cause 'fails make check on Lion and does not compile on ML' + cause 'fails make check on Lion and ML' end def options |
