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
I would like to wrap some code that uses derived types into python and was wondering if fwrap works for modules with dependencies, the dependencies are included in the project? Like for example, I have a module A which depends on modules B and C and I would like to expose some functions from module A? I guess with ctypes everything will be in a single .so...
Thanks
The text was updated successfully, but these errors were encountered:
Hi:
I would like to wrap some code that uses derived types into python and was wondering if fwrap works for modules with dependencies, the dependencies are included in the project? Like for example, I have a module A which depends on modules B and C and I would like to expose some functions from module A? I guess with ctypes everything will be in a single .so...
Thanks
The text was updated successfully, but these errors were encountered: