Skip to content

Commit

Permalink
lapack 3.12.1
Browse files Browse the repository at this point in the history
autobump: add lapack

Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored and daeho-ro committed Jan 9, 2025
1 parent 9fd48be commit e606b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ langgraph-cli
languagetool
languagetool-rust
lanraragi
lapack
lastpass-cli
lastz
laszip
Expand Down
4 changes: 2 additions & 2 deletions Formula/l/lapack.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lapack < Formula

Check warning on line 1 in Formula/l/lapack.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

`brew linkage --cached --test --strict lapack` failed on macOS Sonoma (14) on Apple Silicon!

/opt/homebrew/Cellar/lapack/3.12.1/lib/liblapacke.3.12.0.dylib

Check warning on line 1 in Formula/l/lapack.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

`brew linkage --cached --test --strict lapack` failed on macOS Ventura (13) on Apple Silicon!

/opt/homebrew/Cellar/lapack/3.12.1/lib/liblapacke.3.12.0.dylib
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"
Expand Down

0 comments on commit e606b3b

Please sign in to comment.