|
1 | 1 | class Diamond < Formula |
2 | 2 | desc "Accelerated BLAST compatible local sequence aligner" |
3 | 3 | homepage "https://github.com/bbuchfink/diamond" |
4 | | - url "https://github.com/bbuchfink/diamond/archive/refs/tags/v2.1.18.tar.gz" |
5 | | - sha256 "aeae3a5f20bc8770b08ae14e563c8e86f26886b238492b43cd91218ebe891f46" |
| 4 | + url "https://github.com/bbuchfink/diamond/archive/refs/tags/v2.1.19.tar.gz" |
| 5 | + sha256 "245436374e4f0f025465a686963852492a0d036a58f01185b7ec9eed145cc347" |
6 | 6 | license "GPL-3.0-or-later" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "f359132ef2c414a56d6ea6683da82da8121837289cac5132c9354297653b6b56" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8e6d7dbbae843a1ee9cf876c009e0c14b0ecfd8c17c4f738760ae432880166c3" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "32d39c0c3ec840eeff1e328cbc043870c09a41ac2b8fd77d67e64cd4bc9fe8ee" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "b5a02a6440ac029fd6f09b8990cec6048472cbd96a103367744a4611ce4d5740" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d021d3ee4e6050bc3b28cc895515dbba9928b934b9ab3e26916990f80b2c05cb" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "ed725a54c57fee429d4900b019331796d1cd62406be07fafaa1a55036bbb0274" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "5a1d8c9732dc52187440e85725a0ea960cadbfdea78249442998b5e966edf868" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f81e2bab087b9f70495dd919e1969666e2f20c9c85382a3ba0d1023bfb1c0ba3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e9b6c4c566be9e2cd9e8157ccb9703d79a6859f82b699221761670f386dc352" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "8d8978d294a6b3038687814241fa772023a21013b28a2582d65ca93d6084f8af" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "eac1237f75d0e97d5c56d29b14586809650881928d47ab553d16892871b9874c" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf11aebb85eab528a416d2d40751f3f1511652fc1279a64d2e40b85aee9902d3" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "cmake" => :build |
18 | 18 |
|
19 | 19 | uses_from_macos "sqlite" |
20 | 20 | uses_from_macos "zlib" |
21 | 21 |
|
22 | | - # Fixes building with Clang 17+ |
23 | | - # Upstream PR ref: https://github.com/bbuchfink/diamond/pull/921 |
24 | | - patch do |
25 | | - url "https://github.com/bbuchfink/diamond/commit/72b78f6b994984602f650fe664d5f83ea15b24b6.patch?full_index=1" |
26 | | - sha256 "606ffcfc8f68d6a043a0b2a48e3e93a68463017490da9e7be0c9782f825e3ee1" |
27 | | - end |
28 | | - |
29 | 22 | def install |
30 | 23 | system "cmake", "-S", ".", "-B", "build", *std_cmake_args |
31 | 24 | system "cmake", "--build", "build" |
|
0 commit comments