-
Notifications
You must be signed in to change notification settings - Fork 35
Uncommon Usage
Stefano Zaghi edited this page Nov 9, 2015
·
1 revision
FoBiS is aimed to be KISS, however it presently provides some uncommon features that help Fortran poor people to face with not so frequent boring circumstances:
- how to to automatically (re-)compile your project when you change the compiling flags, see Autorebuild-when-compiling-flags-change;
- how to automatically (re-)compile your project when an external linked library changes, see Autorebuild-when-external-linked-libraries-change;
- how to automatically (re-)compile your project when an external project, upon which the main project depends, changes, see Autorebuild-with-interdependent-projects;
- preprocess your project with with PreForM.py, a powerful yet simple pre-processor mainly designed for Fortran poor people, see PreForM;
- how to test micro (atomic) snippets of code without the necessity to write a real complex fully-featured test, see doctests
-
Getting-Started
- A Taste of FoBiS.py
- fobos: the FoBiS.py makefile
- FoBiS.py in action
- FAQ