aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mpich2.rb
diff options
context:
space:
mode:
authorWesley Bland2014-06-25 11:17:59 -0500
committerBrett Koonce2014-06-25 19:30:56 -0700
commitdbf6b2e6714d348d95a3456bcfad05771808b674 (patch)
tree43788dda51c884e9d560761c27bcb7c6c7f8c11f /Library/Formula/mpich2.rb
parentda8765c5ac31eecfb1229b4ce53f43cda19b2f18 (diff)
downloadhomebrew-dbf6b2e6714d348d95a3456bcfad05771808b674.tar.bz2
mpich2 3.1.1
Update to the latest release of MPICH (3.1.1) Closes #30440. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/mpich2.rb')
-rw-r--r--Library/Formula/mpich2.rb11
1 files changed, 3 insertions, 8 deletions
diff --git a/Library/Formula/mpich2.rb b/Library/Formula/mpich2.rb
index 7e1df234c..8b44a628e 100644
--- a/Library/Formula/mpich2.rb
+++ b/Library/Formula/mpich2.rb
@@ -4,9 +4,9 @@ require 'formula'
# formula renames, see homebrew issue #14374.
class Mpich2 < Formula
homepage 'http://www.mpich.org/'
- url 'http://www.mpich.org/static/downloads/3.1/mpich-3.1.tar.gz'
- mirror 'http://fossies.org/linux/misc/mpich-3.1.tar.gz'
- sha1 'ac3e79482b7645f9512f687404e9be29855258e9'
+ url 'http://www.mpich.org/static/downloads/3.1.1/mpich-3.1.1.tar.gz'
+ mirror 'http://fossies.org/linux/misc/mpich-3.1.1.tar.gz'
+ sha1 '528d225a67d16843ffd963e4e1ec93d7053cab57'
head do
url 'git://git.mpich.org/mpich.git'
@@ -16,11 +16,6 @@ class Mpich2 < Formula
depends_on 'libtool' => :build
end
- devel do
- url 'http://www.mpich.org/static/downloads/3.1/mpich-3.1.tar.gz'
- sha1 'ac3e79482b7645f9512f687404e9be29855258e9'
- end
-
option 'disable-fortran', "Do not attempt to build Fortran bindings"
option 'disable-shared', "Do not build shared libraries"