|
1 | 1 | class Libblastrampoline < Formula
|
2 | 2 | desc "Using PLT trampolines to provide a BLAS and LAPACK demuxing library"
|
3 | 3 | homepage "https://github.com/JuliaLinearAlgebra/libblastrampoline"
|
4 |
| - url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.14.0.tar.gz" |
5 |
| - sha256 "1036d8a34d2b6cad715da9b5f84c505517c9c65c24fcf90ba0f17d4d0003811a" |
| 4 | + url "https://github.com/JuliaLinearAlgebra/libblastrampoline/archive/refs/tags/v5.15.0.tar.gz" |
| 5 | + sha256 "69e0be57ebf037c1997c35edf03565614cd3c6863a695d01348a21bf1f482e74" |
6 | 6 | license all_of: [
|
7 | 7 | "MIT",
|
8 | 8 | "BSD-2-Clause-Views", # include/common/f77blas.h
|
9 | 9 | "BSD-3-Clause", # include/common/lapacke*
|
10 | 10 | ]
|
11 | 11 |
|
12 | 12 | bottle do
|
13 |
| - rebuild 1 |
14 |
| - sha256 cellar: :any, arm64_tahoe: "8246c1e2d9ac09019805c91834c8c1721f0523789e625f5ceceb399c9c8f592f" |
15 |
| - sha256 cellar: :any, arm64_sequoia: "f6e8e315b5c6eb96d380b886f3abbec62af142371bec18e05d1b0163811bec65" |
16 |
| - sha256 cellar: :any, arm64_sonoma: "00b80856ba5d493784d14d1623bfb62a238a78215bb21387b43ef223aca74311" |
17 |
| - sha256 cellar: :any, sonoma: "5ac2b19824d89120ed9795a916eeda8e1d7d7cb56982e1dca2492a440472accb" |
18 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "6cd17d80c1c8fdde9d0938d682096e07532a3e4a0c15df5a6dffd258112bdf97" |
19 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "923847ec57d5d5dd767727d163b90a442393b77fea844d31995ca7e220c1f4fd" |
| 13 | + sha256 cellar: :any, arm64_tahoe: "438c7cc5a4b1c5272a7daccb970d49d1e85336e12c0c04861e0ed41fd81f9628" |
| 14 | + sha256 cellar: :any, arm64_sequoia: "16a9fc5256cb99de39f67c06400489615b3545c15c20c20618e0e35de21f544b" |
| 15 | + sha256 cellar: :any, arm64_sonoma: "6b26660fb5231a8e624e159ee93dce94bba7ddeacfc4393498e7cdce2b49190d" |
| 16 | + sha256 cellar: :any, sonoma: "ef556a70b35c24ddfbac6c3ff5bb5d7dc9ee0d655724f8747d99de4b75b1cb58" |
| 17 | + sha256 cellar: :any_skip_relocation, arm64_linux: "e030ff06d4bcdc58f44883a75949da9087a9eb031bd395a0c176686a3f07efd9" |
| 18 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "5b5587f9b1d19d6bcd93cc3520ef040288b9ee5ef8558f6efae1da054aae0eb8" |
20 | 19 | end
|
21 | 20 |
|
22 | 21 | depends_on "openblas64" => :test
|
|
0 commit comments