[SciPy-user] Problem with weave

Pierre Barbier de Reuille Pierre.Barbier_de_Reuille at inria.fr
Fri Jul 21 04:14:35 EDT 2006


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
>
>   
Hi !

I tried to create a new ticket but I get the error :

"TICKET_CREATE privileges are required to perform this operation"

In case, I just created a user called "PierreBdR", so how am I suppose
to do ?

Thank you,

Pierre
>> -----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