[Numpy-discussion] Will f2py ever be used in numpy ?

Robert Kern robert.kern at gmail.com
Mon Mar 10 00:11:55 EDT 2008


On Sun, Mar 9, 2008 at 10:49 PM, David Cournapeau
<cournapeau at cslab.kecl.ntt.co.jp> wrote:
> Hi,
>
>         I have some problems with the f2py tool for numscons, or more exactly,
>  some limitations related to thread handling in python means that I may
>  not be able to reliably use f2py as a python module in numscons in a
>  thread-safe manner. So I am thinking about using f2py from the
>  command-line, but for this to work, f2py needs to be installed. IOW, if
>  at some point, we want to use f2py for numpy (bootstrap), this won't
>  work. Is it something I should take into account, or not ?

Almost certainly f2py will never be used to build any part of numpy
itself because we will not include something that requires a FORTRAN
compiler to build numpy.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list