mpich2 is renamed as mpich
This commit is contained in:
parent
0165a810f7
commit
bd4525b64a
@ -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>]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user