[SciPy-user] Problem with weave

Pierre Barbier de Reuille Pierre.Barbier_de_Reuille at inria.fr
Thu Jul 20 11:15:37 EDT 2006


Hi !

Sorry about that ... I update scipy regularly, but because of some
strange network configuration, I cannot do so at work ...

I will update both my scipy and my patch this evening and submit a new
ticket !

Either way, thanks for telling me the right procedure to submit patches !

Pierre

Albert Strasheim wrote:
> 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
>>     
>
> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
>   




More information about the SciPy-User mailing list