[sage-devel] Memory leak with matrices and finite fields

2021-05-04 Thread 'Frederick Manners' via sage-devel
Dear all [I attempted to post this a few days ago but seemingly failed, so this is a repost; apologies if duplicate.] The following program appears to consume all the memory on my machine: n = 1000 for i in range(0, 100): _ = identity_matrix(n).change_ring(GF(101)) print(get_memory_u

Re: [sage-devel] lcalc upstream

2021-05-04 Thread Michael Orlitzky
On Wed, 2021-05-05 at 11:26 +1200, François Bissey wrote: > Hi all, > > Do we have a fork and repo for lcalc to add our changes? > Some lcalc headers are currently preventing sage to compile with gcc-11 > and rather than just adding some more patch to lcalc I was wondering > if we had made headway

Re: [sage-devel] lcalc upstream

2021-05-04 Thread Isuru Fernando
https://gitlab.com/sagemath/lcalc Isuru On Tue, May 4, 2021 at 6:26 PM François Bissey wrote: > Hi all, > > Do we have a fork and repo for lcalc to add our changes? > Some lcalc headers are currently preventing sage to compile with gcc-11 > and rather than just adding some more patch to lcalc I

[sage-devel] lcalc upstream

2021-05-04 Thread François Bissey
Hi all, Do we have a fork and repo for lcalc to add our changes? Some lcalc headers are currently preventing sage to compile with gcc-11 and rather than just adding some more patch to lcalc I was wondering if we had made headways in using a forked repo for it since its upstream development is pret

Re: [sage-devel] Cinder

2021-05-04 Thread Dima Pasechnik
On Tue, May 4, 2021 at 11:17 PM William Stein wrote: > > Is anybody curious if this faster version of Python might be useful/usable in > sage? > > https://news.ycombinator.com/item?id=27043217 from their github- https://github.com/facebookincubator/cinder Is this supported? Short answer: no.

[sage-devel] Cinder

2021-05-04 Thread William Stein
Is anybody curious if this faster version of Python might be useful/usable in sage? https://news.ycombinator.com/item?id=27043217 -- -- William Stein -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiv

Re: [sage-devel] Re: Error building package python3-3.9.2

2021-05-04 Thread Dima Pasechnik
On Tue, May 4, 2021 at 11:06 PM Dima Pasechnik wrote: > > In your ecm config one sees > > checking if GMP is MPIR... yes > > Have you been trying, for some reason, use MPIR? > Please run > > make mpir-clean > > and then re-run ./configure and make (you probably could install more packages from th

Re: [sage-devel] Re: Error building package python3-3.9.2

2021-05-04 Thread Dima Pasechnik
In your ecm config one sees checking if GMP is MPIR... yes Have you been trying, for some reason, use MPIR? Please run make mpir-clean and then re-run ./configure and make On Tue, May 4, 2021 at 10:56 PM gabriel...@gmail.com wrote: > > Unfortunately, the next error occurred when building ecm

[sage-devel] Re: Error building package python3-3.9.2

2021-05-04 Thread gabriel...@gmail.com
Thank you for your quick answer and the helpful reference! The python build went through now. (: Matthias Koeppe schrieb am Dienstag, 4. Mai 2021 um 22:04:45 UTC+2: > I think this is the same as https://trac.sagemath.org/ticket/31267 > > > On Tuesday, May 4, 2021 at 12:29:25 PM UTC-7 gabriel...@

[sage-devel] Re: Error building package python3-3.9.2

2021-05-04 Thread Matthias Koeppe
I think this is the same as https://trac.sagemath.org/ticket/31267 On Tuesday, May 4, 2021 at 12:29:25 PM UTC-7 gabriel...@gmail.com wrote: > Hey everyone! > > When building Sage 9.3.rc3, I get the following error message: "Error > building package python3-3.9.2". > > The corresponding log-file

Re: [sage-devel] docker latest is 9.1 not 9.2

2021-05-04 Thread Dima Pasechnik
On Mon, May 3, 2021 at 10:11 AM E. Madison Bray wrote: > > On Thu, Apr 29, 2021 at 2:30 PM julian...@fsfe.org > wrote: > > > > Hi Dima and Abhishek. > > > > On Thursday, April 29, 2021 at 12:44:33 PM UTC+2 dim...@gmail.com wrote: > >> > >> On Thu, Apr 29, 2021 at 9:37 AM Abhishek cherath > >> w