G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Parts of the F2003 standard have been implemented in g95.
G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Parts of the F2003 standard have been implemented in g95.
To install g95, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install g95
To see what files were installed by g95, run:
port contents g95
To later upgrade g95, run:
sudo port selfupdate && sudo port upgrade g95
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.