Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo committed Apr 30, 2024
1 parent 773dc67 commit 7ce0fe2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class MemeAT4112 < Formula
url "https://meme-suite.org/meme/meme-software/4.11.2/meme_4.11.2_2.tar.gz"
sha256 "377238c2a9dda64e01ffae8ecdbc1492c100df9b0f84132d50c1cf2f68921b22"
license :cannot_represent
revision 1

bottle do
root_url "https://ghcr.io/v2/brewsci/bio"
Expand Down Expand Up @@ -46,7 +47,7 @@ def install
"--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-mpidir=#{Formula["open-mpi"].opt_prefix}",
"--with-url=https://meme-suite.org/meme" \
"--with-url=https://meme-suite.org/meme",
"--with-python3=#{Formula["[email protected]"].opt_bin}/python3",
"--with-gs=#{Formula["ghostscript"].opt_bin}/gs"

Expand Down

0 comments on commit 7ce0fe2

Please sign in to comment.