Fortran Wiki
FoBiS.py

FoByS.py is a Python script written by Stefano Zaghi for automatic building of modern complex Fortran projects. It is a (poor) replacement of GNU make but with the auto-configuration ability

It is available at https://github.com/szaghi/FoBiS

It is an open-source project distributed under GPLv3

Features

From the FoBiS.py home page:

  • Automatic parsing of files for dependency-hierarchy creation in case of use and include statements;
  • automatic building of all programs found into the root directory parsed or only a specific selected target;
  • avoid unnecessary re-compilation (algorithm based on file-timestamp value);
  • simple command line interface;
  • Intel and GNU Fortran Compilers support;
  • configuration-files-free;
  • easy-extensible: FoBis.py is just a less-than 500 lines of Python statements… no bad for a poor-make-replacement; …

See Also