mpich2 is renamed as mpich

This commit is contained in:
Xu Cheng 2015-09-13 20:57:43 +08:00
parent 0165a810f7
commit bd4525b64a

View File

@ -317,7 +317,7 @@ class FormulaAuditor
problem "Don't use ruby as a dependency. We allow non-Homebrew ruby installations." problem "Don't use ruby as a dependency. We allow non-Homebrew ruby installations."
when "gfortran" when "gfortran"
problem "Use `depends_on :fortran` instead of `depends_on 'gfortran'`" problem "Use `depends_on :fortran` instead of `depends_on 'gfortran'`"
when "open-mpi", "mpich2" when "open-mpi", "mpich"
problem <<-EOS.undent problem <<-EOS.undent
There are multiple conflicting ways to install MPI. Use an MPIRequirement: There are multiple conflicting ways to install MPI. Use an MPIRequirement:
depends_on :mpi => [<lang list>] depends_on :mpi => [<lang list>]