Skip to content

Commit

Permalink
gffread: support Sequoia
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Oct 19, 2024
1 parent d309eb5 commit a2c6212
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Formula/gffread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ class Gffread < Formula
license "MIT"
head "https://github.com/gpertea/gffread.git", branch: "master"

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "67780198e1d8fd8ade0b651d47e7fe80160bb48dc8f52410a4d8f9d26d7c66e3"
sha256 cellar: :any_skip_relocation, ventura: "8436ff2e3f16882a7bd443ea12c099a58a443e7e8711038d6b7f2a6c9608bd75"
sha256 cellar: :any_skip_relocation, x86_64_linux: "204ac3950029564edbef84a248aadcb4fb56dd43716fe0c398677f2444c253ef"
end

def install
system "make", "release", "CXX=#{ENV.cxx}", "LINKER=#{ENV.cxx}"
bin.install "gffread"
Expand Down

0 comments on commit a2c6212

Please sign in to comment.