mpich 3.2

Closes Homebrew/homebrew#47001.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
Jens Hedegaard Nielsen 2015-12-14 13:58:10 +00:00 committed by Martin Afanasjew
parent 8f3e3635e8
commit 3c5977c16a

View file

@ -1,10 +1,9 @@
class Mpich < Formula class Mpich < Formula
desc "Implementation of the MPI Message Passing Interface standard" desc "Implementation of the MPI Message Passing Interface standard"
homepage "https://www.mpich.org/" homepage "https://www.mpich.org/"
url "https://www.mpich.org/static/downloads/3.1.4/mpich-3.1.4.tar.gz" url "https://www.mpich.org/static/downloads/3.2/mpich-3.2.tar.gz"
mirror "https://fossies.org/linux/misc/mpich-3.1.4.tar.gz" mirror "https://fossies.org/linux/misc/mpich-3.2.tar.gz"
sha256 "f68b5330e94306c00ca5a1c0e8e275c7f53517d01d6c524d51ce9359d240466b" sha256 "0778679a6b693d7b7caff37ff9d2856dc2bfc51318bf8373859bfa74253da3dc"
revision 1
bottle do bottle do
sha256 "52f8f331dbb01514fca1d7921c38c6cab2dd77b06ee6a0c42e608d0719041aeb" => :yosemite sha256 "52f8f331dbb01514fca1d7921c38c6cab2dd77b06ee6a0c42e608d0719041aeb" => :yosemite
@ -12,11 +11,6 @@ class Mpich < Formula
sha256 "56070798b3958bced4b32c3ef3c21f21b07df5e0f14389645d4ba03119d09a78" => :mountain_lion sha256 "56070798b3958bced4b32c3ef3c21f21b07df5e0f14389645d4ba03119d09a78" => :mountain_lion
end end
devel do
url "https://www.mpich.org/static/downloads/3.2b4/mpich-3.2b4.tar.gz"
sha256 "4fecce31b02095643a093aa01900fc1c6dec7690259c7459cc423f0ed10e949b"
end
head do head do
url "git://git.mpich.org/mpich.git" url "git://git.mpich.org/mpich.git"