open-mpi: fix dependency order
This commit is contained in:
parent
7101032f25
commit
2e743506ba
1 changed files with 1 additions and 1 deletions
|
@ -13,8 +13,8 @@ class OpenMpi < Formula
|
|||
|
||||
head do
|
||||
url "https://github.com/open-mpi/ompi.git"
|
||||
depends_on "automake" => :build
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue