[SciPy-user] Problem with weave

Albert Strasheim fullung at gmail.com
Thu Jul 20 09:21:13 EDT 2006


Hey Pierre

Some of the problems you mentioned were already reported here:

http://projects.scipy.org/scipy/scipy/ticket/232

and fixed here:

http://projects.scipy.org/scipy/scipy/changeset/2098

Please attach a patch against the latest SciPy source to a new ticket:

http://projects.scipy.org/scipy/scipy/newticket

so that we don't lose track of the other changes you mentioned.

Regards,

Albert

> -----Original Message-----
> From: scipy-user-bounces at scipy.org [mailto:scipy-user-bounces at scipy.org]
> On Behalf Of Pierre Barbier de Reuille
> Sent: 18 July 2006 21:35
> To: SciPy Users List
> Subject: [SciPy-user] Problem with weave
> 
> Hello,
> 
> I noticed that weave.inline does not work with g++ ... the error was
> pretty simple: some name already in a namespace were "over qualified",
> so here is a patch. I also noticed a few errors in the example.
> Like in the binary search, it makes more sens to use bisect_left as it
> gives the right result (instead of displaying something inconsistant).
> 
> Also added a (necessary for my version of g++)
> indexed_ref::operator=(const indexed_ref&)
> in scxx/sequence.h
> 
> Well, there are a few other things.
> 
> The patch is to be applied at the root of the weave library.
> 
> Pierre




More information about the SciPy-User mailing list