Skip to content

Commit 696590c

Browse files
authored
[bazel][libc] Update MPFR to v4.2.2 (#156691)
Use MPFR v4.2.2 rather than MPFR v4.1.1 for Bazel/Clang builds to avoid conflicts with glibc’s `__float128` fallback typedef. See https://gitlab.inria.fr/mpfr/mpfr/-/commit/c37c9d599b9aced92e182507bf223440bbc9a9f1 for further details. Fixes #147879
1 parent 99f61f3 commit 696590c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/bazel/WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ maybe(
121121
http_archive,
122122
name = "mpfr",
123123
build_file = "@llvm-raw//utils/bazel/third_party_build:mpfr.BUILD",
124-
sha256 = "9cbed5d0af0d9ed5e9f8dd013e17838eb15e1db9a6ae0d371d55d35f93a782a7",
125-
strip_prefix = "mpfr-4.1.1",
126-
urls = ["https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.gz"],
124+
sha256 = "826cbb24610bd193f36fde172233fb8c009f3f5c2ad99f644d0dea2e16a20e42",
125+
strip_prefix = "mpfr-4.2.2",
126+
urls = ["https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.gz"],
127127
)
128128

129129
maybe(

0 commit comments

Comments
 (0)