open-babel: fix dependency order
This commit is contained in:
parent
288b2b4802
commit
3ac3ed2220
1 changed files with 4 additions and 4 deletions
|
@ -21,13 +21,13 @@ class OpenBabel < Formula
|
||||||
|
|
||||||
deprecated_option "with-python" => "with-python@2"
|
deprecated_option "with-python" => "with-python@2"
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
|
||||||
depends_on "cmake" => :build
|
depends_on "cmake" => :build
|
||||||
depends_on "python@2" => :optional
|
depends_on "pkg-config" => :build
|
||||||
depends_on "wxmac" => :optional
|
|
||||||
depends_on "cairo" => :optional
|
|
||||||
depends_on "eigen"
|
depends_on "eigen"
|
||||||
|
depends_on "cairo" => :optional
|
||||||
|
depends_on "python@2" => :optional
|
||||||
depends_on "swig" if build.with?("python@2") || build.with?("java")
|
depends_on "swig" if build.with?("python@2") || build.with?("java")
|
||||||
|
depends_on "wxmac" => :optional
|
||||||
|
|
||||||
def install
|
def install
|
||||||
args = std_cmake_args
|
args = std_cmake_args
|
||||||
|
|
Loading…
Reference in a new issue