[NumPy-Tickets] [NumPy] #1614: f2py seems to have problem processing $ extended lines?
NumPy Trac
numpy-tickets@scipy....
Thu Mar 24 17:10:29 CDT 2011
#1614: f2py seems to have problem processing $ extended lines?
-------------------------+--------------------------------------------------
Reporter: gbrault | Owner: pearu
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.f2py | Version: 1.3.0
Resolution: fixed | Keywords: f2py continuation char
-------------------------+--------------------------------------------------
Changes (by pearu):
* status: new => closed
* resolution: => fixed
Comment:
The issue was not due to $..
There were two f2py bugs related to automatically creating interfaces to
callback arguments: one was converting expression like {{{f(a)}}} to a
variable name and the other was dealing with multiple arguments such as in
{{{call fnc(a,a)}}}.
The bugs are now fixed in numpy repo and the example file builds fine
here.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1614#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list