Re: [sage-devel] Re: Error building Sage

2018-09-19 Thread Kathryn Burton
I tried to build it in the same directory as before. I just created a new directory and ran the pre built binary. And that worked. Thanks! On Tue, Sep 18, 2018 at 1:33 PM Erik Bray wrote: > You have some files with the wrong permissions set on them. When you > write "I decided to rebuild the

[sage-devel] Re: Profiling subfunction

2018-09-19 Thread Travis Scrimshaw
I am not sure this is possible. At least for such testing/profiling purposes, you could just pop the function out and explicitly pass the necessary data. Best, Travis On Wednesday, September 19, 2018 at 11:05:26 PM UTC+10, Jori Mäntysalo wrote: > > %lprun is a nice tool that shows how much

[sage-devel] Profiling subfunction

2018-09-19 Thread Jori Mäntysalo
%lprun is a nice tool that shows how much time each line of the function uses. But can I do profiling for an internal function defined inside outer function? -- Jori Mäntysalo

Re: [sage-devel] bug in interface to pari's nffactor

2018-09-19 Thread Bruno Grenet
I've had time to find the origin of the bug: It appears to be a bug in Pari 2.11.0 (cf below). I've submitted a bug report. ? f = x^20 - 15*x^19 + 70989*x^18 - 1646113*x^17 + 3890074283*x^16 - 199035549796*x^15 + 203804256639644*x^14 - 10657741285726487*x^13 + 9779630086245476401*x^12 -

[sage-devel] Re: [sage-support] Sage 8.3 build fails in Fedora

2018-09-19 Thread Dima Pasechnik
For installing from source, read http://doc.sagemath.org/html/en/installation/index.html namely: http://doc.sagemath.org/html/en/installation/source.html On Wed, Sep 19, 2018 at 10:42 AM Dima Pasechnik wrote: > > You have downloaded a binary release, which you should install by running > ./sage >

[sage-devel] Re: [sage-support] Sage 8.3 build fails in Fedora

2018-09-19 Thread Dima Pasechnik
You have downloaded a binary release, which you should install by running ./sage and not by configure+make - the latter is for building from source. HTH Dima On Wed, Sep 19, 2018 at 10:27 AM ET wrote: > > I downloaded the Fedora version of Sage 8.3 from the official website of > Sage, but when

[sage-devel] Re: libgap is not using the available memory

2018-09-19 Thread Volker Braun
Is your computer running more than one gap process at a time? There are more states for swap space than free and used, it can also be exclusively reseved (but not necessarily used). This is what gap is doing and probably not reflected in your output. On Tuesday, September 18, 2018 at 9:38:04

Re: [sage-devel] libgap is not using the available memory

2018-09-19 Thread Simon Brandhorst
Dear Dima, thank you so much. It works :-). I would suggest to hint at this solution in the error message. As soon as gap does not take sage with it anymore when running out of memory. Best Simon On Tuesday, September 18, 2018 at 10:10:06 PM UTC+2, Dima Pasechnik wrote: > > The arguments with