[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Building universal python-igraph on OSX 10.11
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Building universal python-igraph on OSX 10.11 |
Date: |
Sun, 1 May 2016 20:53:35 +0200 |
Indeed, it turned out that the value of the magic constant is
system-dependent; we ended up using 128 for the official version,
which should be conservative enough not to cause problems anywhere.
Best,
T.
On Sun, May 1, 2016 at 1:29 PM, Jérôme Laheurte
<address@hidden> wrote:
>
>> Le 18 avr. 2016 à 21:43, Tamas Nepusz <address@hidden> a écrit :
>>
>> For the record: changing the value of the BN_MAXSIZE constant in
>> src/bignum.h to 202 fixes the problem. (Any value larger than 202 does
>> not). @Jérôme, let me know if this works for you as well.
>
> Sorry for the late answer. On my own system, 202 doesn’t work; I made a
> dichotomy and the magic number is 180 for me. Going on with the Python
> extensions now.
>
> Best regards
> Jérôme Laheurte
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>