Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fcm make: build: more intelligence on external dependencies #173

Open
matthewrmshin opened this issue Jan 28, 2015 · 0 comments
Open

fcm make: build: more intelligence on external dependencies #173

matthewrmshin opened this issue Jan 28, 2015 · 0 comments
Milestone

Comments

@matthewrmshin
Copy link
Member

Suppose we have something like this in a Fortran source file:

use an_external_mod, only: a_subroutine

where an_external_mod is not part of the source tree. Normally, we'll just do:

build.prop{no-dep.f.module} = an_external_mod

However, fcm make will have no idea if an_external_mod has been modified in an incremental build or not. If the location of an_external_mod.mod and an_external_mod.o can be provided, it should be possible for the build system to determine if it needs to re-compile and/or re-link any dependent object files and executables.

@matthewrmshin matthewrmshin self-assigned this Jan 28, 2015
@matthewrmshin matthewrmshin added this to the later milestone Jan 28, 2015
@matthewrmshin matthewrmshin modified the milestones: some-day, later Nov 30, 2016
@matthewrmshin matthewrmshin removed their assignment Sep 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant