Skip to content

Commit

Permalink
clustal-omega 1.2.4: rebuild (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Aug 20, 2024
1 parent 4354f29 commit a88353a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/clustal-omega.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class ClustalOmega < Formula
homepage "http://www.clustal.org/omega/"
url "http://www.clustal.org/omega/clustal-omega-1.2.4.tar.gz"
sha256 "8683d2286d663a46412c12a0c789e755e7fd77088fb3bc0342bb71667f05a3ee"
license "GPL-2.0"
license "GPL-2.0-or-later"

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
Expand All @@ -15,7 +15,7 @@ class ClustalOmega < Formula
depends_on "argtable"

def install
system "./configure", "--prefix=#{prefix}"
system "./configure", *std_configure_args
system "make", "install"
end

Expand Down

0 comments on commit a88353a

Please sign in to comment.