fort77 compiles Fortran, C and assembler code and links with the f2c libraries. It behaves like a 'real' fortran compiler and accepts more options than shell-script 'fc' included in f2c package.
fort77 compiles Fortran, C and assembler code and links with the f2c libraries. It behaves like a 'real' fortran compiler and accepts more options than shell-script 'fc' included in f2c package.
To install fort77, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fort77
To see what files were installed by fort77, run:
port contents fort77
To later upgrade fort77, run:
sudo port selfupdate && sudo port upgrade fort77
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.