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 758be97 commit dd9298bCopy full SHA for dd9298b
utils/bazel/WORKSPACE
@@ -102,13 +102,16 @@ maybe(
102
)
103
104
# https://www.mpfr.org/mpfr-current/
105
+#
106
+# When updating to a newer version, don't use URLs with "mpfr-current" in them.
107
+# Instead, find a stable URL like the one used currently.
108
maybe(
109
http_archive,
110
name = "mpfr",
111
build_file = "@llvm-raw//utils/bazel/third_party_build:mpfr.BUILD",
112
sha256 = "9cbed5d0af0d9ed5e9f8dd013e17838eb15e1db9a6ae0d371d55d35f93a782a7",
113
strip_prefix = "mpfr-4.1.1",
- urls = ["https://www.mpfr.org/mpfr-current/mpfr-4.1.1.tar.gz"],
114
+ urls = ["https://www.mpfr.org/mpfr-4.1.1/mpfr-4.1.1.tar.gz"],
115
116
117
0 commit comments