From 4c29bb326923d2952f9d8b399d0998570e96ae02 Mon Sep 17 00:00:00 2001 From: Waschina Date: Wed, 24 Apr 2024 11:56:36 +0200 Subject: [PATCH] Update of build dependencies 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)` --- Formula/libsbml.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/libsbml.rb b/Formula/libsbml.rb index e851ddd99..3a0588b48 100644 --- a/Formula/libsbml.rb +++ b/Formula/libsbml.rb @@ -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"