Skip to content

Commit

Permalink
ntedit: support Sequoia (#1932)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshitakaMo authored Oct 19, 2024
1 parent 983f965 commit 9b214b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/ntedit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Ntedit < Formula
depends_on "brewsci/bio/btllib"
depends_on "brewsci/bio/ntcard"
depends_on "brewsci/bio/nthits"
depends_on "python@3.12"
depends_on "python@3.13"
depends_on "snakemake"

uses_from_macos "perl"
Expand All @@ -37,7 +37,7 @@ class Ntedit < Formula

def install
inreplace "run-ntedit", "#!/usr/bin/env python3",
"#!#{Formula["snakemake"].opt_libexec}/bin/python3.12"
"#!#{Formula["snakemake"].opt_libexec}/bin/python3.13"
system "meson", "setup", "build", "--prefix", prefix
cd "build" do
system "ninja", "install"
Expand Down

0 comments on commit 9b214b0

Please sign in to comment.