Skip to content

Commit 193b21b

Browse files
authored
update MPFR to v4.1.0 (#36776)
Includes build fixes to ensure it is built thread-safe. Fixes #35796 regression.
1 parent 5e82790 commit 193b21b

File tree

61 files changed

+39
-36
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+39
-36
lines changed

contrib/refresh_bb_tarballs.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ fi
3535
# Get "contrib/" directory path
3636
CONTRIB_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
3737

38+
# Get the source hash for each project
39+
for proj in ${BB_PROJECTS}; do
40+
PROJ="$(echo ${proj} | tr [a-z] [A-Z])"
41+
make -C "${CONTRIB_DIR}/../deps" USE_BINARYBUILDER_${PROJ}=0 DEPS_GIT=0 extract-${proj}
42+
done
43+
3844
# For each triplet and each project, download the BB tarball and save its hash:
3945
for triplet in ${TRIPLETS}; do
4046
for proj in ${BB_PROJECTS}; do

deps/Versions.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ OSXUNWIND_VER = 0.0.6
1717
OSXUNWIND_BB_REL = 0
1818
GMP_VER = 6.2.0
1919
GMP_BB_REL = 1
20-
MPFR_VER = 4.0.2
21-
MPFR_BB_REL = 2
20+
MPFR_VER = 4.1.0
21+
MPFR_BB_REL = 1
2222
PATCHELF_VER = 0.9
2323
MBEDTLS_VER = 2.16.0
2424
MBEDTLS_BB_REL = 1

deps/checksums/MPFR.v4.0.2-2.aarch64-linux-gnu.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.aarch64-linux-gnu.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.aarch64-linux-musl.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.aarch64-linux-musl.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.armv7l-linux-gnueabihf.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.armv7l-linux-gnueabihf.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.armv7l-linux-musleabihf.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/MPFR.v4.0.2-2.armv7l-linux-musleabihf.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)