File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
## What
8
8
9
9
This package provides scripts that attempt to facilitate setting up the
10
- [ MATLAB MEX] ( https://www.mathworks.com/help/matlab/ref/mex.html ) , focusing on macOS or Windows.
10
+ [ MATLAB MEX] ( https://www.mathworks.com/help/matlab/ref/mex.html ) , focusing on macOS and Windows.
11
11
12
12
Note that MATLAB requires you to install a [ supported (C or Fortran) compiler along with Xcode (on macOS with Intel chips)
13
13
or Microsoft Visual Studio (on Windows)] ( https://www.mathworks.com/support/requirements/previous-releases.html ) .
14
14
This package is ** not** a hacking tool to circumvent these requirements,
15
15
but a tool to help MATLAB recognize your compiler after these requirements are satisfied.
16
16
17
- As of April 2024, we do not supprt Fortran setup on macOS with silicon chips, because MathWorks
18
- reauires the NAG Fortran compiler for such a set up , which is
17
+ As of April 2024, we do not support Fortran setup on macOS with silicon chips, because MathWorks
18
+ requires the NAG Fortran compiler for such a setup , which is
19
19
not available for free.
20
20
21
21
For Fortran, this package provides scripts (` install_oneapi_macos.sh ` for macOS with Intel chips and ` install_oneapi_windows.bat ` for Windows) to help
You can’t perform that action at this time.
0 commit comments