Em 9 de novembro de 2011 23:27, Paulo César Pereira de Andrade
escreveu:
> Em 9 de novembro de 2011 23:24, Paulo César Pereira de Andrade
> escreveu:
>
>> But, since gmpy call to mp_set_memory_functions is kind of redundant,
>> as it just ends up calling malloc/realloc/free anyway, with this pat
Em 9 de novembro de 2011 23:24, Paulo César Pereira de Andrade
escreveu:
> But, since gmpy call to mp_set_memory_functions is kind of redundant,
> as it just ends up calling malloc/realloc/free anyway, with this patch:
Err, this patch probably should require an environment variable, because
w
2011/11/9 Francois Bissey :
>>
>> rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/co
>
>> oker/x86_64/media/contrib/release/python-gmpy-1.14-1mdv2011.0.x86_64.rpm
>> instalando python-gmpy-1.14-1mdv2011.0.x86_64.rpm a partir de
>> /var/cache/urpmi/rpms
>> Preparando...
>
> Inte
> rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/MandrivaLinux/devel/co
> oker/x86_64/media/contrib/release/python-gmpy-1.14-1mdv2011.0.x86_64.rpm
> instalando python-gmpy-1.14-1mdv2011.0.x86_64.rpm a partir de
> /var/cache/urpmi/rpms
> Preparando...
Interesting mix of French and Brazilian
2011/11/9 Francois Bissey :
>> 2011/11/9 Francois Bissey :
>
>>
>> Maybe setting MPMATH_NOGMPY is not enough to prevent it to
>> call to gmpy "init" function that calls mp_set_memory_functions.
>>
>> I will try to debug a bit further, in the worst case, I can resubmit a
>> sagemath package with
> 2011/11/9 Francois Bissey :
>
> Maybe setting MPMATH_NOGMPY is not enough to prevent it to
> call to gmpy "init" function that calls mp_set_memory_functions.
>
> I will try to debug a bit further, in the worst case, I can resubmit a
> sagemath package with "Conflicts: python-gmpy". I had it
2011/11/9 Francois Bissey :
>> Em 9 de novembro de 2011 00:29, Paulo César Pereira de Andrade
>>
>> escreveu:
>> > 2011/11/8 Francois Bissey :
>> >>> 2011/11/8 Francois Bissey :
>> >>>
>> >>> [...]
>> >>>
>> >>> > I don't get any of that. I suspect there may be an issue with
>> >>> > gmp/mpir. But
> Em 9 de novembro de 2011 00:29, Paulo César Pereira de Andrade
>
> escreveu:
> > 2011/11/8 Francois Bissey :
> >>> 2011/11/8 Francois Bissey :
> >>>
> >>> [...]
> >>>
> >>> > I don't get any of that. I suspect there may be an issue with
> >>> > gmp/mpir. But I have really no clue about the gl
Em 9 de novembro de 2011 00:29, Paulo César Pereira de Andrade
escreveu:
> 2011/11/8 Francois Bissey :
>>> 2011/11/8 Francois Bissey :
>>>
>>> [...]
>>>
>>> > I don't get any of that. I suspect there may be an issue with gmp/mpir.
>>> > But I have really no clue about the glibc problem, you are us
2011/11/8 Francois Bissey :
>> 2011/11/8 Francois Bissey :
>>
>> [...]
>>
>> > I don't get any of that. I suspect there may be an issue with gmp/mpir.
>> > But I have really no clue about the glibc problem, you are using
>> > mpmath-0.17 I expect.
>>
>> Yes, mpmath-0.17.
>>
>> This should be an
2011/11/8 Francois Bissey :
> Hi Paulo,
>
> with gmp5 I had to do the following for sage to even compile in
> sage/rings/integer.so precisely:
> sed -i "s:__GMP_BITS_PER_MP_LIMB:GMP_LIMB_BITS:g" sage/rings/integer.pyx
Yes, I have been using a similar approach (rediffing patch from time to time)
> 2011/11/8 Francois Bissey :
>
> [...]
>
> > I don't get any of that. I suspect there may be an issue with gmp/mpir.
> > But I have really no clue about the glibc problem, you are using
> > mpmath-0.17 I expect.
>
> Yes, mpmath-0.17.
>
> This should be an issue with gmp / pylong / ntl conv
2011/11/8 Francois Bissey :
[...]
> I don't get any of that. I suspect there may be an issue with gmp/mpir. But
> I have really no clue about the glibc problem, you are using mpmath-0.17
> I expect.
Yes, mpmath-0.17.
This should be an issue with gmp / pylong / ntl conversions, in
the sage/c
> Em 8 de novembro de 2011 04:20, Paulo César Pereira de Andrade
>
> escreveu:
> > 2011/11/7 Francois Bissey :
> >> Hi Paulo,
> >>
> >> You are using python-2.7 right? In #9958 I have a list of patches
> >> as long as my arm to deal with the numerical noise and changes
> >> in warnings.
> >
> >
On 2011-11-08 07:51, Paulo César Pereira de Andrade wrote:
> With the sympy/mpmath patches, I can drop a hack I have been rediff'ing
> for some time, but anything that uses mpmath now shows a lot of warnings
> like these:
>
> sage -t -force_lib "devel/sage/sage/libs/mpmath/ext_main.pyx"
> *** gl
Em 8 de novembro de 2011 04:20, Paulo César Pereira de Andrade
escreveu:
> 2011/11/7 Francois Bissey :
>
>> Hi Paulo,
>>
>> You are using python-2.7 right? In #9958 I have a list of patches
>> as long as my arm to deal with the numerical noise and changes
>> in warnings.
>
> Yes, python 2.7.2. Th
2011/11/7 Francois Bissey :
> Hi Paulo,
>
> You are using python-2.7 right? In #9958 I have a list of patches
> as long as my arm to deal with the numerical noise and changes
> in warnings.
Yes, python 2.7.2. Thanks for the hint on the patches. They appear
to address exactly a good share of the
Hi,
I updated the mandriva sagemath package to 4.7.2. For quite some time, I think
one year++, updates are basically a rediff of some patches, but while
the package
initially had a lot of doctest failures, then gone to a "gold age" of
like 3-5 doctest
failures for a long time, now after every
18 matches
Mail list logo