We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807ca73 commit bcd36bbCopy full SHA for bcd36bb
1 file changed
Formula/hh-suite.rb
@@ -8,6 +8,14 @@ class HhSuite < Formula
8
revision 5
9
head "https://github.com/soedinglab/hh-suite.git", branch: "master"
10
11
+ bottle do
12
+ root_url "https://ghcr.io/v2/brewsci/bio"
13
+ sha256 cellar: :any, arm64_tahoe: "3e09eb1a51afe2768103bb23034517fd69b1b64e39cd3dddb42e88c6d64f3f91"
14
+ sha256 cellar: :any, arm64_sequoia: "67926e0b17f68998beb68c3cc327431a8cd61b2635651a1114590480cebb26cd"
15
+ sha256 cellar: :any, arm64_sonoma: "9a586865e33158ab6ec86916a577abc3a4dbafbeb6e73f6e270581b84675b232"
16
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "980a182e49b239fe39c8b20423a82fc898c61ad53ce2d3895869f631d3d95d6c"
17
+ end
18
+
19
depends_on "cmake" => :build
20
depends_on "libomp"
21
depends_on "open-mpi"
0 commit comments