From bfb6da0cbbdb6b195d4170f9e015b6143d44c26b Mon Sep 17 00:00:00 2001 From: Wesley Bland Date: Thu, 4 Sep 2014 13:15:21 -0500 Subject: mpich devel 3.2a1 Closes #32101. Signed-off-by: Jack Nagel --- Library/Formula/mpich2.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb index cdf654475..815b70c95 100644 --- a/Library/Formula/mpich2.rb +++ b/Library/Formula/mpich2.rb @@ -16,6 +16,11 @@ class Mpich2 < Formula depends_on 'libtool' => :build end + devel do + url 'http://www.mpich.org/static/downloads/3.2a1/mpich-3.2a1.tar.gz' + sha1 'aa54439bfb1c9b03231cb4d574b9365c94155293' + end + option 'disable-fortran', "Do not attempt to build Fortran bindings" option 'disable-shared', "Do not build shared libraries" @@ -39,7 +44,6 @@ class Mpich2 < Formula ] args << "--disable-fortran" if build.include? "disable-fortran" - # MPICH configure up to version 3.0.4 defaults to "--disable-shared" if build.include? 'disable-shared' args << "--disable-shared" end -- cgit v1.2.3