Open
Description
fpm currently has limited support for source file includes which I notice are used a lot in existing packages and are fundamental to c
libraries. Specifically:
- fpm cannot yet track module dependencies in included files;
- fpm incremental rebuilds do not track changes in included files and;
- included file cannot have the
.f90
suffix
I am currently working on an update to fpm to address these shortcomings.