From bd4525b64a483a5b319717c0b7db91df810dad9d Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Sun, 13 Sep 2015 20:57:43 +0800 Subject: [PATCH] mpich2 is renamed as mpich --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 89395c0153..8c8eb03571 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -317,7 +317,7 @@ class FormulaAuditor problem "Don't use ruby as a dependency. We allow non-Homebrew ruby installations." when "gfortran" problem "Use `depends_on :fortran` instead of `depends_on 'gfortran'`" - when "open-mpi", "mpich2" + when "open-mpi", "mpich" problem <<-EOS.undent There are multiple conflicting ways to install MPI. Use an MPIRequirement: depends_on :mpi => []