File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,16 @@ class Libblastrampoline < Formula
9
9
"BSD-3-Clause" , # include/common/lapacke*
10
10
]
11
11
12
+ bottle do
13
+ sha256 cellar : :any , arm64_sonoma : "70c25f76601949269e21048be82f671ca0d97bf5b71c11eddae338b3916b198f"
14
+ sha256 cellar : :any , arm64_ventura : "51cee0c324df3077f746332e9a428d0ca1b7d81faab257e371b2d92147b02973"
15
+ sha256 cellar : :any , arm64_monterey : "254d9acb9cfb8be58703c06e621cd4df120bac6c1464eb6bdc73325b0e3002d8"
16
+ sha256 cellar : :any , sonoma : "48f2f7813d5b7c04267e924fed7ba578acb8e4e139d70df80a2dc8cb4ebbfdd7"
17
+ sha256 cellar : :any , ventura : "84e50ef11eb134a5822d1f765f91ce8235c6ff675020b3bc33a8b6951b0f64c9"
18
+ sha256 cellar : :any , monterey : "f3fb195e78ad38bdcdf6d5e68f3290e72ff435d85a9bc9052f5db1bd4bcccfa5"
19
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5b45c0f742c4f3699842d75b19438efc8a49816ab82b46352a4a197ce63fed42"
20
+ end
21
+
12
22
depends_on "openblas" => :test
13
23
14
24
def install
You can’t perform that action at this time.
0 commit comments