File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ class FortranStdlib < Formula
5
5
sha256 "07615b1fd0d9c78f04ec5a26234d091cb7e359933ba2caee311dcd6f58d87af0"
6
6
license "MIT"
7
7
8
+ bottle do
9
+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "349996236701c1fdb6a5fdec58dc627f3550929fb8ec80509b8f8d380fbf19de"
10
+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "f37094c09728b25724680dcfee1aa5e2fa9da72e55787fe601156af2c397601f"
11
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "b1453730b11fe70788ebce7b4a007a9536d4f323bbf4b41f87d8136d6f4ac820"
12
+ sha256 cellar : :any_skip_relocation , sonoma : "88b04ee788cef96770fb93382cdeb2cf18c7892f2b939ae39f058b1da46a1962"
13
+ sha256 cellar : :any_skip_relocation , ventura : "0a92743f68b516233fd5796fd48b6070a75ecaf9d1176b7705cadee4ee3df04c"
14
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "75455c2f164e2797e3e05ec2fe8b0528cb16c1fefbb5a84a3a29be96b17b427d"
15
+ end
16
+
8
17
depends_on "cmake" => [ :build , :test ]
9
18
depends_on "fypp" => :build
10
19
depends_on "gcc" # for gfortran
You can’t perform that action at this time.
0 commit comments