open-mpi: remove java dependency

Closes Homebrew/homebrew#49698.
Closes Homebrew/homebrew#49704.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Andrew Spott 2016-03-01 16:22:14 -07:00 committed by Xu Cheng
parent 88d0a5e171
commit 6526c9fc69

View file

@ -26,7 +26,6 @@ class OpenMpi < Formula
conflicts_with "mpich", :because => "both install mpi__ compiler wrappers"
conflicts_with "lcdf-typetools", :because => "both install same set of binaries."
depends_on :java => :build
depends_on :fortran => :recommended
depends_on "libevent"