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 557669f commit b0f8425Copy full SHA for b0f8425
Formula/lfortran.rb
@@ -5,6 +5,12 @@ class Lfortran < Formula
5
sha256 "fc3c1d592c56ae2636065ec0228db747f154f65a0867f6311bc8091efd5c13a7"
6
license "BSD-3-Clause"
7
8
+ bottle do
9
+ root_url "https://github.com/fortran-lang/homebrew-fortran/releases/download/lfortran-0.14.0"
10
+ sha256 cellar: :any, big_sur: "2271bb78f53ee81be48159b4d3db86d24806302e9643c772c9f09c1ac08f3b30"
11
+ sha256 cellar: :any, catalina: "df59995bcf1c0d45cdcff3a99fee301fc530193693c9c4cf3c0b94cceffe924c"
12
+ end
13
+
14
depends_on "cmake" => :build
15
depends_on "ninja" => :build
16
depends_on "llvm@11"
0 commit comments