FoBiS
Automatic Fortran builds with dependency resolution and testing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install FoBiS?โผ
Run `npx skills add szaghi/FoBiS --all -g -y` in your terminal to install the skill globally for your AI agent.
How to build a Fortran project without makefiles?โผ
Run `fobis build` in your project root. FoBiS scans your sources, resolves all module dependencies automatically, and compiles everything in the correct order.
How to manage Fortran dependencies from GitHub?โผ
Declare them in a [dependencies] section of your fobos file, then run `fobis fetch` to clone, pin, and pre-build them automatically.
Does FoBiS support testing and code coverage?โผ
Yes. `fobis test` discovers and runs Fortran test programs, and `fobis coverage` generates HTML or XML coverage reports with optional CI thresholds.
Which Fortran compilers does FoBiS support?โผ
It supports GNU, Intel, NAG, NVFortran, AMD, LFortran, and custom compilers, including MPI, OpenMP, and coarray configurations.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core