[SciPy-User] scipy.weave bugs?

Keith Goodman kwgoodman at gmail.com
Tue Dec 29 13:08:03 EST 2009


On Tue, Dec 29, 2009 at 9:48 AM, Dan Goodman <dg.gmane at thesamovar.net> wrote:
> If I try GCC instead:
>
> from numpy import zeros
> from scipy import weave
> x = zeros(10)
> weave.inline('for(int i=0;i<10;i++) x(i)+=1.0;', ['x'],
> type_converters=weave.converters.blitz, compiler='gcc')
>
> I get errors about 'labs' is not a member of 'std'. This appears to be a
> known problem with scipy with gcc-4.3 and is marked as fixed in 0.7.1
> but the problem is still there.

I get the same error on Ubuntu with numpy 1.4rc2, scipy 0.7.1, and gcc 4.4.1.



More information about the SciPy-User mailing list