We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d6f9 commit 64a4442Copy full SHA for 64a4442
internal.bzl
@@ -62,9 +62,9 @@ def internal_dependencies():
62
name = "lapack",
63
build_file_content = _ALL_SRCS,
64
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",
+ sha256 = "eac9570f8e0ad6f30ce4b963f4f033f0f643e7c3912fc9ee6cd99120675ad48b",
+ strip_prefix = "lapack-3.12.0",
+ url = "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v3.12.0.tar.gz",
68
)
69
70
maybe(
0 commit comments