File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ export LDFLAGS=" -arch arm64"
66bin/build_dependencies_unix.sh\
77 --gmp gmp\
88 --host aarch64-apple-darwin\
9- --patch-gmp-arm64\
109 --use-gmp-github-mirror
You can’t perform that action at this time.
0 commit comments