You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a procedure inside an example/ subdirectory has an interface in a module and the corresponding procedure definition in a submodule (which was largely the intent when submodule became a language feature in Fortran 2008), then a linking error results. It appears that fpm is only seeing the module dependency information captured in use statements but not in submodule statements.
To Do:
post a reproducer later.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
If a procedure inside an
example/
subdirectory has an interface in amodule
and the corresponding procedure definition in asubmodule
(which was largely the intent whensubmodule
became a language feature in Fortran 2008), then a linking error results. It appears thatfpm
is only seeing themodule
dependency information captured inuse
statements but not insubmodule
statements.To Do:
The text was updated successfully, but these errors were encountered: