aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorWesley Bland2014-09-04 13:15:21 -0500
committerJack Nagel2014-09-04 15:33:01 -0500
commitbfb6da0cbbdb6b195d4170f9e015b6143d44c26b (patch)
tree23d8ea1767e41f9e30d8350eb4fabbd43410852b /Library/Formula
parentfcb5b5e044976676dc08485a1140d27c8781f4d0 (diff)
downloadhomebrew-bfb6da0cbbdb6b195d4170f9e015b6143d44c26b.tar.bz2
mpich devel 3.2a1
Closes #32101. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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