Skip to content

Commit

Permalink
meme 5.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Nov 2, 2024
1 parent e9a8ab7 commit e8e88f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/meme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Meme < Formula
# cite Bailey_2015: "https://doi.org/10.1093/nar/gkv416"
desc "Motif-based sequence analysis tools"
homepage "https://meme-suite.org"
url "https://meme-suite.org/meme/meme-software/5.5.6/meme-5.5.6.tar.gz"
sha256 "8f719002c3a2177f6bb9da6861098ccf4f08b3006f002a88bb3afe9473596c67"
url "https://meme-suite.org/meme/meme-software/5.5.7/meme-5.5.7.tar.gz"
sha256 "1dca8d0e6d1d36570c1a88ab8dbe7e4b177733fbbeacaa2e8c4674febf57aaf4"
license :cannot_represent

bottle do
Expand All @@ -17,7 +17,7 @@ class Meme < Formula

depends_on "ghostscript"
depends_on "open-mpi"
depends_on "python@3.12"
depends_on "python@3.13"

uses_from_macos "libxml2"
uses_from_macos "libxslt"
Expand Down Expand Up @@ -46,7 +46,7 @@ def install
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-mpidir=#{Formula["open-mpi"].opt_prefix}",
"--with-python=#{Formula["python@3.12"].opt_bin}/python3",
"--with-python=#{Formula["python@3.13"].opt_bin}/python3",
"--with-gs=#{Formula["ghostscript"].opt_bin}/gs"

system "make", "install"
Expand Down

0 comments on commit e8e88f8

Please sign in to comment.