Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fxcoudert/gfortran-for-macOS
GNU Fortran (and GCC) compilers for macOS
https://github.com/fxcoudert/gfortran-for-macOS
fortran-compiler gcc gfortran macos
Last synced: 4 days ago
JSON representation
GNU Fortran (and GCC) compilers for macOS
- Host: GitHub
- URL: https://github.com/fxcoudert/gfortran-for-macOS
- Owner: fxcoudert
- Created: 2018-10-26T09:29:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T20:43:15.000Z (23 days ago)
- Last Synced: 2024-11-09T04:03:31.264Z (4 days ago)
- Topics: fortran-compiler, gcc, gfortran, macos
- Language: Perl
- Homepage:
- Size: 8.79 KB
- Stars: 338
- Watchers: 25
- Forks: 56
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gfortran for macOS
The goal of this repository is to host GNU Fortran packages for macOS. These are simple installers, that will install the GCC compilers (including gfortran) in `/usr/local/gfortran`.
**[Follow this link to download!](https://github.com/fxcoudert/gfortran-for-macOS/releases)**
----
### How to uninstall?
```
sudo rm -rf /usr/local/gfortran /usr/local/bin/gfortran
sudo pkgutil --forget com.gnu.gfortran
```----
*If you are interested in how these installers are built, the documentation is [here](build_package.md).*