Re: [sage-devel] python3 report (end of august 2018)

2018-08-26 Thread 'Julien Puydt' via sage-devel
Hi, On 26/08/2018 17:47, Frédéric Chapoton wrote: The patchbot report on sage+python3  for 8.4.b2 has still *many* (and I mean *_many_*) failing doctests. But it also stops badly in the way shown below, complaining that too many files are open. Could somebody investigate this issue, please ?

[sage-devel] Re: python3 report (end of august 2018)

2018-08-26 Thread John H Palmieri
First, thank you, Frédéric, for all of the work you've done on this. Second, to everyone else: if you're an expert in, say, toric varieties or elliptic curves, try building Sage with Python 3 and then fixing doctests on the appropriate directory. Some of these will be easy for anyone, but some

[sage-devel] Re: recommendation: delete local/share/mathjax/mathjax, run make doc-clean, then make

2018-08-26 Thread John H Palmieri
If somehow the bad symlink didn't get created on one machine (you did 'make distclean', for example), but it did on the other, that would probably explain it. On Saturday, August 25, 2018 at 6:39:28 AM UTC-7, Sébastien Labbé wrote: > > On one machine, I get this: > > $ du -s -h

Re: [sage-devel] r-3.4.4.p0 configure/install error

2018-08-26 Thread Nagesh Adluru
Ah yeah I did notice that. I will try to do that and report back. Thanks! On Sun, Aug 26, 2018, 2:03 PM Dima Pasechnik wrote: > apparently R needs a library called libpaper > (you might have noticed the error message about 'paperconf' in the log) > > Install it, it should work then. > > -- >

[sage-devel] r-3.4.4.p0 configure/install error

2018-08-26 Thread Dima Pasechnik
apparently R needs a library called libpaper (you might have noticed the error message about 'paperconf' in the log) Install it, it should work then. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop

[sage-devel] python3 report (end of august 2018)

2018-08-26 Thread Frédéric Chapoton
Dear all, here is a short python3 status report. There is a patchbot report with python3 for 8.4.b2 somewhere on the page : https://patchbot.sagemath.org/ticket/0/ (@ patchbot breeders, please update your patchbot so that we know if it builds and runs sage with python2 or python3.) We are now

[sage-devel] Re: doctest in sage/repl/load.py broken due to http://wstein.org/loadtest.py

2018-08-26 Thread Dima Pasechnik
On Sunday, August 26, 2018 at 1:09:36 PM UTC+2, Harald Schilly wrote: > > Hi, I think that's due to some scraping protection by cloudflare. However, > this file doesn't need to be there and I've put it in the "files" > subdirectory of the website. I think that's a robust location and suiteable

[sage-devel] Re: doctest in sage/repl/load.py broken due to http://wstein.org/loadtest.py

2018-08-26 Thread Harald Schilly
Hi, I think that's due to some scraping protection by cloudflare. However, this file doesn't need to be there and I've put it in the "files" subdirectory of the website. I think that's a robust location and suiteable for this. E.g. here I'm downloading it via curl in linux, which I assume

Re: [sage-devel] Re: New code to generate finite lattices

2018-08-26 Thread Jori Mäntysalo
On Sat, 25 Aug 2018, 'Martin R' via sage-devel wrote: That would be great!  (in particular, if it's fast :-) Seems to be fast. First step would be that someone test the code with Mac OS X and Cygwin. (Of course the slowest part is converting data to Sage. So if we want to generate, say,

[sage-devel] Re: New code to generate finite lattices

2018-08-26 Thread 'Martin R' via sage-devel
That would be great! (in particular, if it's fast :-) Am Sonntag, 26. August 2018 06:36:24 UTC+2 schrieb Jori Mäntysalo: > > Might be of interest to some that there is now a GPLv3 code for > generating finite lattices. Paper is at > > https://arxiv.org/pdf/1609.08255.pdf > > code can be