Skip to content

Commit

Permalink
libgr 0.73.7
Browse files Browse the repository at this point in the history
libgr: declare indirect dependencies with linkage
  • Loading branch information
BrewTestBot authored and bevanjkay committed Jul 22, 2024
1 parent 1a64754 commit 6c9b37b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/lib/libgr.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libgr < Formula

Check warning on line 1 in Formula/lib/libgr.rb

View workflow job for this annotation

GitHub Actions / Linux

`brew linkage --cached --test --strict libgr` failed on Linux!

Indirect dependencies with linkage: libx11 libxt mesa zlib
desc "GR framework: a graphics library for visualisation applications"
homepage "https://gr-framework.org/"
url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.6.tar.gz"
sha256 "00f6265e8d7c27a74a7a717006e7f18d4193748e1a36ca5d3f6749b5dd48dc09"
url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.7.tar.gz"
sha256 "2584727b1413a337ef14daae1e61bdc5c946403031695b42ecfbf8bc1888d132"
license "MIT"

bottle do
Expand All @@ -18,8 +18,12 @@ class Libgr < Formula
depends_on "cmake" => :build
depends_on "cairo"
depends_on "ffmpeg@6"
depends_on "freetype"
depends_on "glfw"
depends_on "jpeg-turbo"
depends_on "libpng"
depends_on "libtiff"
depends_on "pixman"
depends_on "qhull"
depends_on "qt"
depends_on "zeromq"
Expand Down

0 comments on commit 6c9b37b

Please sign in to comment.