File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ class Meme < Formula
44 # cite Bailey_2015: "https://doi.org/10.1093/nar/gkv416"
55 desc "Motif-based sequence analysis tools"
66 homepage "https://meme-suite.org"
7- url "https://meme-suite.org/meme/meme-software/5.5.7 /meme-5.5.7 .tar.gz"
8- sha256 "1dca8d0e6d1d36570c1a88ab8dbe7e4b177733fbbeacaa2e8c4674febf57aaf4 "
7+ url "https://meme-suite.org/meme/meme-software/5.5.8 /meme-5.5.8 .tar.gz"
8+ sha256 "1b4a1753795c09b1d46de6c4a3f04b33c1bcc3e41bbcf4e6e14220e8ad76743b "
99 license :cannot_represent
1010
1111 bottle do
@@ -18,8 +18,9 @@ class Meme < Formula
1818
1919 depends_on "ghostscript"
2020 depends_on "open-mpi"
21- depends_on "python@3.13 "
21+ depends_on "python@3.14 "
2222
23+ uses_from_macos "expat"
2324 uses_from_macos "libxml2"
2425 uses_from_macos "libxslt"
2526 uses_from_macos "perl"
@@ -47,7 +48,7 @@ def install
4748 "--disable-dependency-tracking" ,
4849 "--prefix=#{ prefix } " ,
4950 "--with-mpidir=#{ Formula [ "open-mpi" ] . opt_prefix } " ,
50- "--with-python=#{ Formula [ "python@3.13 " ] . opt_bin } /python3" ,
51+ "--with-python=#{ Formula [ "python@3.14 " ] . opt_bin } /python3" ,
5152 "--with-gs=#{ Formula [ "ghostscript" ] . opt_bin } /gs"
5253
5354 system "make" , "install"
You can’t perform that action at this time.
0 commit comments