Hi,everybody,
I'm new to f2py, and I got some trouble when wrapped some fortran files to Python.
I have download a Fortran library (
https://github.com/brianlockwood/ForK), I want to compile these files into a library and call the library by other Fortran file wrote by myself.
Here are my questions:
1. How should I compile the library(in this case,Fork), and what command should I use;
2. How can I use the library and my own Fortran source fileI( All.f90 ) with the f2py command to generate the module I can use py Python
Thanks!