Skip to content

Commit

Permalink
Update of build dependencies
Browse files Browse the repository at this point in the history
These updates address the errors from the CI's previous logs:

`Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR)`
`Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)`
  • Loading branch information
Waschina committed Apr 24, 2024
1 parent ea651bf commit 4c29bb3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Formula/libsbml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ class Libsbml < Formula
sha256 "a196cab964b0b41164d4118ef20523696510bbfd264a029df00091305a1af540"
license "LGPL-2.1-only"

depends_on "check" => :build
depends_on "cmake" => :build
depends_on "check"
depends_on "pkg-config" => :build
depends_on "swig" => :build

if OS.mac?
uses_from_macos "bzip2"
Expand Down

0 comments on commit 4c29bb3

Please sign in to comment.