|
1 | 1 | class Superlu < Formula
|
2 | 2 | desc "Solve large, sparse nonsymmetric systems of equations"
|
3 | 3 | homepage "https://portal.nersc.gov/project/sparse/superlu/"
|
4 |
| - url "https://github.com/xiaoyeli/superlu/archive/v6.0.0.tar.gz" |
5 |
| - sha256 "5c199eac2dc57092c337cfea7e422053e8f8229f24e029825b0950edd1d17e8e" |
| 4 | + url "https://github.com/xiaoyeli/superlu/archive/v6.0.1.tar.gz" |
| 5 | + sha256 "6c5a3a9a224cb2658e9da15a6034eed44e45f6963f5a771a6b4562f7afb8f549" |
6 | 6 | license "BSD-3-Clause-LBNL"
|
7 | 7 |
|
8 | 8 | livecheck do
|
9 | 9 | url :homepage
|
10 |
| - regex(/href=.*?superlu[._-]v?(\d+(?:\.\d+)+)\.t/i) |
| 10 | + regex(/>SuperLU Version v?(\d+(?:\.\d+)+)/i) |
11 | 11 | end
|
12 | 12 |
|
13 | 13 | bottle do
|
14 |
| - sha256 cellar: :any, arm64_ventura: "c3027acd72b215b30fe0037f2899aa7cdfcca6d343311007271ed87d96d80312" |
15 |
| - sha256 cellar: :any, arm64_monterey: "4995ceb2466ac63227cddfcd518c50ca044756746444f44998df047aa096d05c" |
16 |
| - sha256 cellar: :any, arm64_big_sur: "e6935b2430b89b733c87e7d408a388ad0c73f2d0971485e571191b405451cf7f" |
17 |
| - sha256 cellar: :any, ventura: "2b977f459bcdff15d7e6a696f7bd048de3d45977c8f28f547e4062f2d430550b" |
18 |
| - sha256 cellar: :any, monterey: "878371ffa8e773c0a39742b496f25eb314905b48a266adc20a0267d936f5fc93" |
19 |
| - sha256 cellar: :any, big_sur: "f52d8d7888d9a12a19dc8e320f6a610f9ed71a18de2849c86adf42e5dd58879f" |
20 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "4bcfd31a895f26353078a7c78b80041bcc75f07f1c1774e728fa45c4739a5284" |
| 14 | + sha256 cellar: :any, arm64_ventura: "1b77c62e3df8fa74e225128bc3549a0fbcd100d20d3fdc8e69b8d5079ece5645" |
| 15 | + sha256 cellar: :any, arm64_monterey: "416c4867f351007663616d1217a2f086fa8ea424b0cf8e2476706c6b89052321" |
| 16 | + sha256 cellar: :any, arm64_big_sur: "5c2aa2bf3500e11bcb847b2cdaeadedc4352a322d974224cfa9a11aa57c4cd6b" |
| 17 | + sha256 cellar: :any, ventura: "b1ad99f7201436cd3311b48c5711b0fddb2ae4a1fcd7148c08d611a1fb12775f" |
| 18 | + sha256 cellar: :any, monterey: "d892bba3869f7729417657f2bff97e703a195c4194cfd9d6779c6e95708e9bed" |
| 19 | + sha256 cellar: :any, big_sur: "79a64f6e540d32863c701c044594d060eb4951daa25e71cb219d298525b403de" |
| 20 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "4898aa53c8f5254013d20f299f162f60fbdfa10701917e9dd8f967c3f798047e" |
21 | 21 | end
|
22 | 22 |
|
23 | 23 | depends_on "cmake" => :build
|
|
0 commit comments