[SciPy-dev] Building on Woody(Debian): good news, bad news.

Pearu Peterson pearu at cens.ioc.ee
Sat Mar 23 02:31:01 EST 2002


On Sat, 23 Mar 2002, eric wrote:

> > After I built scipy the tests seem to run but I get the following
> > error:
> >
> > In [1]: import scipy
> > /usr/local/lib/python2.1/site-packages/scipy/integrate/vode.so: undefined
> symbol: f2py_report_on_exit
> 
> I just got this when building on RH 7.1 today also.  You can get rid of it by
> re-compiling with F2PY_REPORT_ATEXIT_DISABLE defined.
> 
> I got rid of it by edit my f2py2e/src/fortranobject.h header to have disable as
> the default.
> 
> Pearu, this seems to cause problems on a lot of platforms.  Any chance you can
> change the reporting stuff to default to off in f2py?

Yes, I was thinking the same thing. It was from the start a kind of
debugging/tuning feature and I have now the information that I needed from
that. So, I'll turn it off from the next f2py snapshot.

Pearu




More information about the SciPy-Dev mailing list