Skip to content

Commit d4db446

Browse files
committed
Do not apply GMP macos_arm64 patch
1 parent e1c0c70 commit d4db446

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

bin/build_dependencies_unix.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,8 @@ if [ $USE_GMP = "gmp" ]; then
100100
#
101101
# See https://github.com/aleaxit/gmpy/issues/350
102102
#
103-
# We need to patch GMP for OSX arm64 (Apple M1) hardware. This patch is
104-
# from the GMP repo but was applied after the release of GMP 6.2.1.
105-
# Hopefully when a newer version of GMP is released we will not need to
106-
# apply this patch any more.
103+
# We need to patch GMP for OSX arm64 (Apple M1) hardware for GMP 6.2.1.
104+
# Now with GMP 6.3.0 this should not be needed any more.
107105
#
108106
if [ $PATCH_GMP_ARM64 = "yes" ]; then
109107
echo

bin/cibw_before_all_macosx_arm64.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ export LDFLAGS=" -arch arm64"
66
bin/build_dependencies_unix.sh\
77
--gmp gmp\
88
--host aarch64-apple-darwin\
9-
--patch-gmp-arm64\
109
--use-gmp-github-mirror

0 commit comments

Comments
 (0)