I have run into a strange problem with the current numpy/f2py (f2py
2_2631, numpy 2631).
I have a file [Wright.f] which contains 5 different fortran
subroutines. Arguments have been specified as input or output by
adding cf2py    intent (in), (out) etc.

Doing
f2py -c Wright.f -m Wright.so

does not produce Wright.so
Instead it produces a *directory* Wright containing a library so.so

This actually works fine once it is put onto the python path. But if
it is renamed it cannot be successfully imported, so this will cause
problems if it happens to a second file.

George.

Attachment: Wright.f
Description: Binary data

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to