-
Notifications
You must be signed in to change notification settings - Fork 83
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
Suggestions on wrapping a code #219
Comments
Both of these should be solvable. Satisfying dependencies just required compiling modules in the right order, while linking to external libraries is best done by adding linker options (e.g. of the form https://github.com/libAtoms/QUIP/blob/public/quippy/Makefile |
I will have a look at QUIP. Thanks a lot for the advices, I will keep you posted! |
I've also mainly used Make for multi-language projects, but Meson is a more modern approach and has some nice features if you are starting from scratch. |
Ok, I managed to get it started. I can compile a few modules and get some functions working with the includes as well. Thanks! |
Hello,
First, I'd like to thank for this great package!
I am trying to wrap a relatively large F90 code that has also a few dependences.
I started using the examples provided for Makefile and made it work for a limited number of functions (see attachment).
The issue comes when I try to extend it to a larger part of the codebase for two main reasons:
I would like to get some advice on how to approach these two issues.
Thanks in advance,
Francisco
Makefile.txt
The text was updated successfully, but these errors were encountered: