aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/audit.rb
diff options
context:
space:
mode:
authorXu Cheng2015-09-13 20:57:43 +0800
committerXu Cheng2015-09-13 20:57:43 +0800
commitbd4525b64a483a5b319717c0b7db91df810dad9d (patch)
tree8ceb74abb69744374da10c00cecc598b504998cb /Library/Homebrew/cmd/audit.rb
parent0165a810f72f6ac4dd4385c31e749fc786a04c58 (diff)
downloadbrew-bd4525b64a483a5b319717c0b7db91df810dad9d.tar.bz2
mpich2 is renamed as mpich
Diffstat (limited to 'Library/Homebrew/cmd/audit.rb')
-rw-r--r--Library/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 89395c015..8c8eb0357 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 => [<lang list>]