Skip to content

Commit c54a6ea

Browse files
authored
Update to GMP 6.2.0 (#36309)
This fixes a few bugs and brings performance improvements; for the full release notes, see <https://gmplib.org/gmp6.2>. Two patches were removed as they are no longer necessary.
1 parent 6cdfcf9 commit c54a6ea

File tree

83 files changed

+57
-455
lines changed

Some content is hidden

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

83 files changed

+57
-455
lines changed

contrib/refresh_bb_tarballs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
TRIPLETS="i686-linux-gnu x86_64-linux-gnu aarch64-linux-gnu armv7l-linux-gnueabihf powerpc64le-linux-gnu i686-linux-musl x86_64-linux-musl aarch64-linux-musl armv7l-linux-musleabihf x86_64-apple-darwin14 x86_64-unknown-freebsd11.1 i686-w64-mingw32 x86_64-w64-mingw32"
1313

1414
# These are the projects currently using BinaryBuilder; both GCC-expanded and non-GCC-expanded:
15-
BB_PROJECTS="gmp mbedtls libssh2 mpfr curl libgit2 pcre libuv unwind osxunwind dsfmt objconv p7zip zlib suitesparse openlibm"
15+
BB_PROJECTS="mbedtls libssh2 mpfr curl libgit2 pcre libuv unwind osxunwind dsfmt objconv p7zip zlib suitesparse openlibm"
1616
BB_GCC_EXPANDED_PROJECTS="openblas"
17-
BB_CXX_EXPANDED_PROJECTS="llvm"
17+
BB_CXX_EXPANDED_PROJECTS="gmp llvm"
1818

1919
# If we've been given a project name, filter down to that one:
2020
if [ -n "${1}" ]; then

deps/Versions.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ UNWIND_VER = 1.3.1
1515
UNWIND_BB_REL = 4
1616
OSXUNWIND_VER = 0.0.5
1717
OSXUNWIND_BB_REL = 0
18-
GMP_VER = 6.1.2
19-
GMP_BB_REL = 4
18+
GMP_VER = 6.2.0
19+
GMP_BB_REL = 0
2020
MPFR_VER = 4.0.2
2121
MPFR_BB_REL = 2
2222
PATCHELF_VER = 0.9

deps/checksums/GMP.v6.1.2-4.aarch64-linux-gnu.tar.gz/md5

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

deps/checksums/GMP.v6.1.2-4.aarch64-linux-gnu.tar.gz/sha512

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

deps/checksums/GMP.v6.1.2-4.aarch64-linux-musl.tar.gz/md5

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

deps/checksums/GMP.v6.1.2-4.aarch64-linux-musl.tar.gz/sha512

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

deps/checksums/GMP.v6.1.2-4.armv7l-linux-gnueabihf.tar.gz/md5

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

deps/checksums/GMP.v6.1.2-4.armv7l-linux-gnueabihf.tar.gz/sha512

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

deps/checksums/GMP.v6.1.2-4.armv7l-linux-musleabihf.tar.gz/md5

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

deps/checksums/GMP.v6.1.2-4.armv7l-linux-musleabihf.tar.gz/sha512

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

0 commit comments

Comments
 (0)