aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpich2.rb6
1 files changed, 5 insertions, 1 deletions
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