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
100
100
#
101
101
# See https://github.com/aleaxit/gmpy/issues/350
102
102
#
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.
107
105
#
108
106
if [ $PATCH_GMP_ARM64 = " yes" ]; then
109
107
echo
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ export LDFLAGS=" -arch arm64"
6
6
bin/build_dependencies_unix.sh\
7
7
--gmp gmp\
8
8
--host aarch64-apple-darwin\
9
- --patch-gmp-arm64\
10
9
--use-gmp-github-mirror
You can’t perform that action at this time.
0 commit comments