From 72c307ac24a65ba9b07db4e7679d9433bb86963e Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Tue, 4 Dec 2012 00:26:25 -0800 Subject: open-mpi: Update to 1.6.3 * Also enable verbose build log. Closes #16387. Signed-off-by: Charlie Sharpsteen --- Library/Formula/open-mpi.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3