|
1 | 1 | class Blis < Formula |
2 | 2 | desc "BLAS-like Library Instantiation Software Framework" |
3 | 3 | homepage "https://github.com/flame/blis" |
4 | | - url "https://github.com/flame/blis/archive/refs/tags/1.1.tar.gz" |
5 | | - sha256 "847c035809b8994c077ade737a4813601db96c4cf0d903d08ba6a9b8ee0fe03e" |
| 4 | + url "https://github.com/flame/blis/archive/refs/tags/2.0.tar.gz" |
| 5 | + sha256 "08bbebd77914a6d1a43874ae5ec2f54fe6a77cba745f2532df28361b0f1ad1b3" |
6 | 6 | license "BSD-3-Clause" |
7 | 7 | head "https://github.com/flame/blis.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any, arm64_sequoia: "7b54027b039fa551a50e4fb6e99c79f732a5b34aff78092d733e22c823450ad9" |
11 | | - sha256 cellar: :any, arm64_sonoma: "0709aa01695e7ce672d9d8a0780d28fa3465f2cba5b49f976bd3c96f498c1448" |
12 | | - sha256 cellar: :any, arm64_ventura: "9630f05d848259bc7ffc9df96102b9655a0cd3284057dd77a5e59256b81a32ec" |
13 | | - sha256 cellar: :any, sonoma: "eb365f3d3d6fc8eb1df33f83f72b88ee33984438392b78bdc58e4657f7cec66b" |
14 | | - sha256 cellar: :any, ventura: "996841f0627e6a5f43d4f272bb0698e7fecb9f958fe05915c85b0814a6be34ac" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "c9a2bf0a115a4af35026be884519a3b23e97535f5ffcedff0ae7a7a8582914b4" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "db5d4aed1ccf53d93eb65d37dd22cda09f5049e7c5fe4bd2f7db556ccaa57ad3" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "eaa5b7da801e3b1915288ce0938b19d5add45ba87ce3dab1277e2beb78d77654" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "ffd36f20fb15992d43255e6cd4ef2180d7415d54504d4793f9355e365e9bbc28" |
| 12 | + sha256 cellar: :any, arm64_ventura: "90e2dad3813b09a2782a32a20555d5e2a9f046040bbcbda52f53ce6962a9b25d" |
| 13 | + sha256 cellar: :any, sonoma: "2164b835421ca2348ea9345fb673e48f97590f763fba9067ce10a181d42e661a" |
| 14 | + sha256 cellar: :any, ventura: "d8f4e5be9a956ac208b0aa9abde47dabac3968e194b008b1b5816cca934c538a" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e26aed017b11935a26a0390a2ce77619d9886ff9c760db40509f3ae106390dea" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "dca702952b8f726f414761a5714ba34a5ba69df4e4f1e5e94a45a2d55aaa023a" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | uses_from_macos "python" => :build |
|
0 commit comments