File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ PIP=pip3
30
30
# running pip. This is implemented in the Python script sage-flock
31
31
LOCK=" $SAGE_LOCAL /var/lock/$PIP .lock"
32
32
33
+ # Trac #33155: Pythons installed using the python.org macOS installers
34
+ # for Python < 3.10 identify macOS Big Sur and newer as "10.16", causing
35
+ # pip to refuse to install wheels tagged macosx_11_0_x86_64
36
+ export SYSTEM_VERSION_COMPAT=0
37
+
33
38
# Finally actually do the installation (the "SHARED" tells pip2/3-lock
34
39
# to apply a shared lock)
35
40
sage-flock -s $LOCK $PYTHON -m pip install $pip_install_flags " $@ "
Original file line number Diff line number Diff line change 1
1
tarball =configure-VERSION.tar.gz
2
- sha1 =04ea0aba601daa81d8f840f8bab94a22d3c3744b
3
- md5 =c83199b816e177cce63699cdf9787347
4
- cksum =411599226
2
+ sha1 =2f464579d16393f5f1aef59355c639a038472c98
3
+ md5 =3ee485b7894abb2c7b025f84a68508b1
4
+ cksum =2582706230
Original file line number Diff line number Diff line change 1
- b87c1e67b632d87df82a66cc0ae259d3a63b9ca8
1
+ 7fd88116e4d200b760f7d38523ce65927044c815
You can’t perform that action at this time.
0 commit comments