Open
Description
I think initially proposed here.
Currently fpm prints compiler commands that it executes to the standard output, which is quite verbose. I don't think there's a way to disable it.
Such output should be enabled with -v
or --verbose
flags, and by default only print a concise and pretty status like a progress bar. A progress bar is for a separate issue, but in the meantime fpm could just print something like:
Compiling src/some_module.f90...
Compiling src/another_module.f90...
...
or similar.