Skip to content

Improve support for include statements #358

Open
@LKedward

Description

@LKedward

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.

Metadata

Metadata

Assignees

Labels

mediumDifficulty level is medium

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions