Skip to content

Commit

Permalink
Fix order of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jan 25, 2024
1 parent cc5679c commit 12a2e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/cvc5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ class Cvc5 < Formula
option "with-java-bindings", "Build Java bindings based on new C++ API"

depends_on "cmake" => :build
depends_on "python@3" => :build
depends_on "gmp"
depends_on :java if build.with? "java-bindings"
depends_on "python@3" => :build

resource "tomli" do
url "https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb08564c5949a9c95e44352e23dee646869fa104a3b2060a3/tomli-2.0.1.tar.gz"
Expand Down

0 comments on commit 12a2e2d

Please sign in to comment.