-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
mediumDifficulty level is mediumDifficulty level is medium
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.
vmagnin, jbdv-no and beddalumiazoziha
Metadata
Metadata
Assignees
Labels
mediumDifficulty level is mediumDifficulty level is medium