FGEN - makefile generator (for GNU make) for fortran 77/90 code
- Configuration of fgen (file ~/.fgenrc_alt)
$> fgen -c -f ~/.fgenrc_alt
- Your project is divided in 2 directories: a library (./lib) and the
core program (./src). To create the makefiles:
$> fgen -m -s ./src -l ./lib
FGEN - makefile generator (for GNU make) for fortran 77/90 code
- Configuration of fgen (file ~/.fgenrc_alt)
$> fgen -c -f ~/.fgenrc_alt
- Your project is divided in 2 directories: a library (./lib) and the
core program (./src). To create the makefiles:
$> fgen -m -s ./src -l ./lib
To install fgen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fgen
To see what files were installed by fgen, run:
port contents fgen
To later upgrade fgen, run:
sudo port selfupdate && sudo port upgrade fgen
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.