@@ -90,26 +90,13 @@ below](#sagemath-docker-images)) or other virtualization solutions.
90
90
[ macOS] Preparing the Platform
91
91
------------------------------
92
92
93
- If your Mac uses the Apple Silicon (M1, M2, arm64) architecture:
94
-
95
- - If you set up your Mac by transferring files from an older Mac, make sure
93
+ - If your Mac uses the Apple Silicon (M1, M2, M3; arm64) architecture and
94
+ you set up your Mac by transferring files from an older Mac, make sure
96
95
that the directory `` /usr/local `` does not contain an old copy of Homebrew
97
96
(or other software) for the x86_64 architecture that you may have copied
98
97
over. Note that Homebrew for the M1 is installed in `` /opt/homebrew `` , not
99
98
`` /usr/local `` .
100
99
101
- - If you wish to use conda, please see the [ section on
102
- conda] ( https://doc.sagemath.org/html/en/installation/conda.html ) in the Sage
103
- Installation Manual for guidance.
104
-
105
- - Otherwise, using Homebrew ("the missing package manager for macOS") from
106
- https://brew.sh/ required because it provides a version of `` gfortran `` with
107
- necessary changes for this platform that are not in a released upstream
108
- version of GCC. (The `` gfortran `` package that comes with the Sage
109
- distribution is not suitable for the M1/M2.)
110
-
111
- If your Mac uses the Intel (x86_64) architecture:
112
-
113
100
- If you wish to use conda, please see the [ section on
114
101
conda] ( https://doc.sagemath.org/html/en/installation/conda.html ) in the Sage
115
102
Installation Manual for guidance.
0 commit comments