We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e217d commit d7660b8Copy full SHA for d7660b8
Formula/g/gcl.rb
@@ -10,6 +10,11 @@ class Gcl < Formula
10
"LOOP", # mod/gcl_loop.lsp
11
]
12
13
+ bottle do
14
+ sha256 cellar: :any_skip_relocation, arm64_linux: "dfa35d12b4ccf9fb802cbfef7fdc2e8300734a3d6eb375520db4070ef8b5428d"
15
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "28c991bd2a4fcde47e5ed5199c69d521406cfe75a1e84b9b9ac282b6c3bbe384"
16
+ end
17
+
18
depends_on "gmp"
19
depends_on "libtirpc"
20
depends_on :linux
0 commit comments