From 938c637c7cdaf96b54dcba9a8588ef0a837fbd1f Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Wed, 8 Jan 2025 21:15:30 -0500 Subject: [PATCH] lapack 3.12.1 autobump: add lapack Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/l/lapack.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index d329490232c95..6662ef52e44c9 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1623,6 +1623,7 @@ langgraph-cli languagetool languagetool-rust lanraragi +lapack lastpass-cli lastz laszip diff --git a/Formula/l/lapack.rb b/Formula/l/lapack.rb index c26aded0a76be..283260084471e 100644 --- a/Formula/l/lapack.rb +++ b/Formula/l/lapack.rb @@ -1,8 +1,8 @@ class Lapack < Formula desc "Linear Algebra PACKage" homepage "https://www.netlib.org/lapack/" - url "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz" - sha256 "eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b" + url "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.1.tar.gz" + sha256 "2ca6407a001a474d4d4d35f3a61550156050c48016d949f0da0529c0aa052422" # LAPACK is BSD-3-Clause-Open-MPI while LAPACKE is BSD-3-Clause license all_of: ["BSD-3-Clause-Open-MPI", "BSD-3-Clause"] head "https://github.com/Reference-LAPACK/lapack.git", branch: "master"