aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/open-mpi.rb8
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