Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Formula/libbigwig.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libbigwig < Formula
desc "C library for processing the big UCSC fomats"
homepage "https://github.com/dpryan79/libBigWig"
url "https://github.com/dpryan79/libBigWig/archive/refs/tags/0.4.7.tar.gz"
sha256 "8e057797011d93fa00e756600898af4fe6ca2d48959236efc9f296abe94916d9"
url "https://github.com/dpryan79/libBigWig/archive/refs/tags/0.4.8.tar.gz"
sha256 "10e904ea6eab4c9926dd938050af888bebe6281e8d933237e4a254cb9d3063b1"
license "MIT"

bottle do
Expand All @@ -12,8 +12,9 @@
sha256 cellar: :any_skip_relocation, x86_64_linux: "37b031e10b9c6de938c1004952fe08f890b5de817963821e3d977280aad2fb28"
end

depends_on "zlib-ng-compat" # avoids indirect-linkage failure on Linux

Check warning on line 15 in Formula/libbigwig.rb

View workflow job for this annotation

GitHub Actions / build-bottles (macos-15)

libbigwig: new dependency impact

Adding `zlib-ng-compat` adds 1 new recursive dependency on arm64_sequoia (445.0KB).

Check warning on line 15 in Formula/libbigwig.rb

View workflow job for this annotation

GitHub Actions / build-bottles (macos-26)

libbigwig: new dependency impact

Adding `zlib-ng-compat` adds 1 new recursive dependency on arm64_tahoe (444.2KB).

Check warning on line 15 in Formula/libbigwig.rb

View workflow job for this annotation

GitHub Actions / build-bottles (macos-14)

libbigwig: new dependency impact

Adding `zlib-ng-compat` adds 1 new recursive dependency on arm64_sonoma (445.0KB).

uses_from_macos "curl"
uses_from_macos "zlib"

def install
inreplace "Makefile", "libBigWig.so", "libBigWig.dylib" if OS.mac?
Expand Down
Loading