Skip to content

Commit

Permalink
libbigwig 0.4.7 (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo authored Aug 26, 2024
1 parent a34c087 commit bb68745
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.4.tar.gz"
sha256 "43a2298b2ebadc48103447a3bb4426df1b38d1bec5fa564e50ed2f00cc060478"
url "https://github.com/dpryan79/libBigWig/archive/refs/tags/0.4.7.tar.gz"
sha256 "8e057797011d93fa00e756600898af4fe6ca2d48959236efc9f296abe94916d9"
license "MIT"

bottle do
Expand All @@ -15,6 +15,7 @@ class Libbigwig < Formula
uses_from_macos "zlib"

def install
inreplace "Makefile", "libBigWig.so", "libBigWig.dylib" if OS.mac?
curl = Formula["curl"]
system "make", "install", "prefix=#{prefix}", "INCLUDES=-I#{curl.opt_include}", "LDLIBS=-L#{curl.opt_lib}"
end
Expand Down

0 comments on commit bb68745

Please sign in to comment.