Skip to content

Commit 58f606a

Browse files
authored
Update README.md
1 parent a6e7269 commit 58f606a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@
77
## What
88

99
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.
1111

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)
1313
or Microsoft Visual Studio (on Windows)](https://www.mathworks.com/support/requirements/previous-releases.html).
1414
This package is **not** a hacking tool to circumvent these requirements,
1515
but a tool to help MATLAB recognize your compiler after these requirements are satisfied.
1616

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
1822
you install the Fortran compiler from
1923
[Intel oneAPI](https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html),
2024
available free of charge. This is the compiler officially supported by MATLAB.

0 commit comments

Comments
 (0)