File tree 1 file changed +7
-3
lines changed
1 file changed +7
-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 or Windows.
11
11
12
- Not that MATLAB requires you to install a [ supported (C or Fortran) compiler along with Xcode (on macOS)
12
+ Note that MATLAB requires you to install a [ supported (C or Fortran) compiler along with Xcode (on macOS)
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
- For Fortran, this package provides scripts (` install_oneapi_macos.sh ` and ` install_oneapi_windows.bat ` ) to help
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
19
+ not available for free.
20
+
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
18
22
you install the Fortran compiler from
19
23
[ Intel oneAPI] ( https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html ) ,
20
24
available free of charge. This is the compiler officially supported by MATLAB.
You can’t perform that action at this time.
0 commit comments