Skip to content

Commit 64a4442

Browse files
chore(deps): update dependency lapack to v3.12.0 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e3d6f9 commit 64a4442

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ def internal_dependencies():
6262
name = "lapack",
6363
build_file_content = _ALL_SRCS,
6464
patch_cmds = LAPACK_PATCHES,
65-
sha256 = "4b9ba79bfd4921ca820e83979db76ab3363155709444a787979e81c22285ffa9",
66-
strip_prefix = "lapack-3.11.0",
67-
url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.11.0.tar.gz",
65+
sha256 = "eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b",
66+
strip_prefix = "lapack-3.12.0",
67+
url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz",
6868
)
6969

7070
maybe(

0 commit comments

Comments
 (0)