ZedThree / fort_depend.py

A python script to generate dependencies for Fortran projects
MIT License
41 stars 21 forks source link

similar tools: fortran building tool #1

Closed szaghi closed 8 years ago

szaghi commented 9 years ago

Dear all, I am working on a building tool tailored to fortran that incidentally generates also the inter-modules dependency (with full linarized hierachy and also tree-like form). Maybe it can be useful for you as your work is interesting for me:

https://github.com/szaghi/FoBiS

My best regards

ZedThree commented 9 years ago

Hi Stefano, nice project! I think I might use it for future Fortran projects. I'm glad you found our work interesting.

szaghi commented 8 years ago

@ZedThree sorry for my delay. Thanks for your comments.

Presently I have added support for submodules in FoBiS, that have indeed a sort of inverse-dependency to their parent module. Maybe this is interesting for you.

At some point I will need to refactor-lint FoBiS, so I am going to study your code.

Thank you for sharing it!