From d669655914fb98c9c22567b65ab8139b10748c81 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 18 Sep 2024 14:54:36 -0400 Subject: [PATCH] kallisto 0.51.1 --- Formula/k/kallisto.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Formula/k/kallisto.rb b/Formula/k/kallisto.rb index 4f9895770671..07d4a52ff29f 100644 --- a/Formula/k/kallisto.rb +++ b/Formula/k/kallisto.rb @@ -1,8 +1,8 @@ class Kallisto < Formula desc "Quantify abundances of transcripts from RNA-Seq data" homepage "https://pachterlab.github.io/kallisto/" - url "https://github.com/pachterlab/kallisto/archive/refs/tags/V0.51.0.tar.gz" - sha256 "efeb0191c1a6a0d6de69111fb66f4bda51ff31fb40c513280f072bd44556f80d" + url "https://github.com/pachterlab/kallisto/archive/refs/tags/v0.51.1.tar.gz" + sha256 "a8bcc23bca6ac758f15e30bb77e9e169e628beff2da3be2e34a53e1d42253516" license "BSD-2-Clause" bottle do @@ -19,6 +19,8 @@ class Kallisto < Formula depends_on "cmake" => :build depends_on "hdf5" + uses_from_macos "zlib" + def install ENV["SDKROOT"] = MacOS.sdk_path if OS.mac? ENV.deparallelize