diff options
| author | Xiyue Deng | 2012-12-04 00:26:25 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-12-11 09:45:36 -0800 |
| commit | 72c307ac24a65ba9b07db4e7679d9433bb86963e (patch) | |
| tree | 551035c22d41c19bd641023b76f11f3cb547b9b4 /Library | |
| parent | 249c990daedc800ac8995e8acac5a9a36b982bc1 (diff) | |
| download | homebrew-72c307ac24a65ba9b07db4e7679d9433bb86963e.tar.bz2 | |
open-mpi: Update to 1.6.3
* Also enable verbose build log.
Closes #16387.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/open-mpi.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/open-mpi.rb b/Library/Formula/open-mpi.rb index dcd6b622b..48f51df37 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.6/downloads/openmpi-1.6.2.tar.bz2' - sha1 '694fd3bac911cdb22f77175884d819b6fea871df' + url 'http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.3.tar.bz2' + sha1 'a61aa2dee4c47d93d88e49ebed36de25df4f6492' # Reported upstream at version 1.6, both issues # http://www.open-mpi.org/community/lists/devel/2012/05/11003.php @@ -29,8 +29,8 @@ class OpenMpi < Formula end system './configure', *args - system 'make all' - system 'make check' if build.include? 'test' + system 'make V=1 all' + system 'make V=1 check' if build.include? 'test' system 'make install' # If Fortran bindings were built, there will be a stray `.mod` file |
