[sage-devel] ask.sagemath.org down ?

2021-12-28 Thread Emmanuel Charpentier
About Dec 28, 2021 15:00 CET ask.sagemath.org doesn't answer. ISTR that it runs on some computer at Université Paris Sud. Can someone check me on this ? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop rec

Re: [sage-devel] ask.sagemath.org down ?

2021-12-28 Thread Jan Groenewald
Down for me too (from South Africa and from Germany) On Tue, 28 Dec 2021 at 16:04, Emmanuel Charpentier < emanuel.charpent...@gmail.com> wrote: > About Dec 28, 2021 15:00 CET ask.sagemath.org doesn't answer. ISTR that > it runs on some computer at Université Paris Sud. > > Can someone check me o

Re: [sage-devel] ask.sagemath.org down ?

2021-12-28 Thread thierry
Hi, apparently, there was a big electricity cut in the North of Paris and the one PDU did not restart correctly. Hopefully, someone will restart the host soon. Ciao, Thierry On Tue, Dec 28, 2021 at 05:03:51PM +0200, Jan Groenewald wrote: > Down for me too (from South Africa and from Germany) >

Re: [sage-devel] sagemath 9.5beta9 fails to compile on opensuse tumbleweed

2021-12-28 Thread Matthias Koeppe
On Tuesday, December 28, 2021 at 5:32:51 AM UTC-8 Florian Hanisch wrote: > There was one interruption (sage-maxima.lisp not found while building the > docs). After adding the file to > /sage-9.5.beta9/local/var/lib/sage/venv-python3.8/lib64/python3.8/site-packages/sage/interfaces > > and rest

Re: [sage-devel] ask.sagemath.org down ?

2021-12-28 Thread Samuel Lelievre
Ask Sage is up again. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://gr

[sage-devel] Adding LRS Library On SageMath

2021-12-28 Thread Advay Goel
Hi All, I use macOS Big Sur Version 11.1, and need to use the LRS Library for a project: def getVolume(self,eng='lrs'): """ needs Sage 5.9 for 'lrs' engine """ return self.poly.volume(engine=eng)*factorial(self.poly.dim()) Currently, whenever I run this function, I get 0, and I believe it is