[NumPy-Tickets] [NumPy] #1954: f2py: --no-lower does not work in one-step compilation
NumPy Trac
numpy-tickets@scipy....
Mon Sep 26 07:01:52 CDT 2011
#1954: f2py: --no-lower does not work in one-step compilation
------------------------+---------------------------------------------------
Reporter: azrael | Owner: pearu
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.f2py | Version: 1.3.0
Keywords: f2py |
------------------------+---------------------------------------------------
Comment(by azrael):
Somehow some questions got lost from preview to submit:
3. As I understand the User Guide one cannot add multi-line blocks to the
Fortran code, I have to add them to the .pyf. Is this correct? Thus, there
is no nicer looking way to add the C code line than the one I used...?
4. Is there any way to mark single lines as not-to-be-lowered? In my
current approach I don't get the lowering where I actually would need it,
e.g. the function's name ... I have to make sure it's lower case
everywhere it's used by hand, or will have to call it uppercase from
Python ...
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1954#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list