diff options
| author | Xu Cheng | 2015-09-13 20:57:43 +0800 |
|---|---|---|
| committer | Xu Cheng | 2015-09-13 20:57:43 +0800 |
| commit | bd4525b64a483a5b319717c0b7db91df810dad9d (patch) | |
| tree | 8ceb74abb69744374da10c00cecc598b504998cb /Library/Homebrew/cmd | |
| parent | 0165a810f72f6ac4dd4385c31e749fc786a04c58 (diff) | |
| download | brew-bd4525b64a483a5b319717c0b7db91df810dad9d.tar.bz2 | |
mpich2 is renamed as mpich
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/audit.rb | 2 |
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>] |
