Re: [sage-devel] Downgrade rubiks to optional

2019-06-19 Thread William
Also, +1 for optional. It only made sense to include by default in the earlier days when it was unclear what Sage would end up being. William On Wednesday, June 19, 2019 at 2:34:52 AM UTC-7, Emmanuel Charpentier wrote: > > Ditto : +1 for optional > > Le mercredi 19 juin 2019 09:44:33 UTC+2, vd

[sage-devel] Fwd: Updating Sage documentation presentation

2019-06-19 Thread Eric Gourgoulhon
Le mercredi 19 juin 2019 14:31:05 UTC+2, saad khalid a écrit : > > Hi all: > > The sage documentation hosted online (eg. > http://doc.sagemath.org/html/en/reference/index.html ) looks very old. To > me at least, it makes the software seem ancient, and I believe it puts off > younger new users.

Re: [sage-devel] Re: SageCell as back-end engine for the website

2019-06-19 Thread Paul Masson
You can send any SageMath expression. The result is returned as JSON. It’s all in the notes. From: Parth Dubal Sent: Wednesday, June 19, 2019 2:26 PM To: sage-devel Subject: [sage-devel] Re: SageCell as back-end engine for the website What exactly does it return from the server and what type o

[sage-devel] Re: SageCell as back-end engine for the website

2019-06-19 Thread Parth Dubal
What exactly does it return from the server and what type of data can we send to the server? On Wednesday, June 19, 2019 at 5:24:52 PM UTC-4, Paul Masson wrote: > > I put together some notes > > > a

[sage-devel] Re: SageCell as back-end engine for the website

2019-06-19 Thread Paul Masson
I put together some notes a while back on accessing SageCell as a web service. The results are returned as JSON and can be processed with JavaScript in the browser. That would be the simplest way to

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
You're right. I just ran `./sage -i polymake` and indeed the warning message is somewhere way up before installing requirements (bliss, ninja, lrslib-062+autotools-2017-03-03.p0). I don't like it, but this explains the behavior. Am Mittwoch, 19. Juni 2019 17:17:27 UTC+2 schrieb Dima Pasechnik:

[sage-devel] SageCell as back-end engine for the website

2019-06-19 Thread Parth Dubal
Hi, I am trying to build a website where students can go online, learn math and do assignments. I want sagecell to be in the back-end for the computations. Let's say I have one assignment in the website. I have 10 questions in that assignment. The student will solve each of the questions and pu

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Dima Pasechnik
in a scenario where an experimental package is upgraded during a rebuild, it is not always the case that you see the corresponding prompt, as you typically build in parallel, and messages from a number of threads are being printed in a semirandom order. On Wed, 19 Jun 2019 16:05 'Jonathan Kliem'

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
The installation stopped after download in my case and pressing enter solved the problem. This was not the confirmation for experimental packages (where the terminal tells you to do something). It looked pretty much like the above screen shots. I figured it's a bug, but as I said, never gave it

Re: [sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Dima Pasechnik
installation of experimental packages does require the user to press Enter to confirm that they know the dangers. otherwise it should not be necessary. On Wed, 19 Jun 2019 15:05 'Jonathan Kliem' via sage-devel, < sage-devel@googlegroups.com> wrote: > The installation stopped, just like in your

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Parth Dubal
I tried hitting enter many times but it didn't work so I had to take a long step. Anyways, now this thing is solved I want to know how should I make sage to work as back-end in my website to do all computations and later check the answer. I am trying to build a website where students can learn

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread 'Jonathan Kliem' via sage-devel
The installation stopped, just like in your case. Once I pressed enter it resumed. This has always solved it for me and thus I never gave it much thought. I think it happened during the install of polymake, but might have been normaliz (or pynormaliz) as well. Not sure but I have encountered it

[sage-devel] Re: Installation gets stuck when it tries to download zeromq-4.2.5.tar.gz

2019-06-19 Thread Parth Dubal
No. I didn't press anything. Tbh I didn't even know when did the installation went through that part because I was busy in other work. Once I changed the OS and replaced the file it worked out pretty well. I am still not sure whether it worked because I changed the OS or replaced the file. On w

Re: [sage-devel] Re: Building fails with missing GiNaC symbol

2019-06-19 Thread Julian Rüth
I never use nm. I didn't know that you need to pass -D. Yes, with -D I see the symbols as well. On Wednesday, June 19, 2019 at 12:21:08 PM UTC+2, François Bissey wrote: > > > > > On 19/06/2019, at 10:17 PM, Julian Rüth > > wrote: > > > > Not sure why nm does not see any symbols here. > > > >

Re: [sage-devel] Re: Building fails with missing GiNaC symbol

2019-06-19 Thread François Bissey
> On 19/06/2019, at 10:17 PM, Julian Rüth wrote: > > Not sure why nm does not see any symbols here. > nm -D doesn’t show anything? -- 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

[sage-devel] Re: Building fails with missing GiNaC symbol

2019-06-19 Thread Julian Rüth
On k8s, I see this symbol when doing objdump -TC local/lib/libpynac.so.13.0.2 Not sure why nm does not see any symbols here. julian On Wednesday, June 19, 2019 at 10:29:10 AM UTC+2, Isuru Fernando wrote: > > Hi, > > I'm trying to build sage 8.8.rc1 on conda with conda built dependencies > and

Re: [sage-devel] Downgrade rubiks to optional

2019-06-19 Thread Emmanuel Charpentier
Ditto : +1 for optional Le mercredi 19 juin 2019 09:44:33 UTC+2, vdelecroix a écrit : > > +1 for optional > > Le 19/06/2019 à 09:15, Dima Pasechnik a écrit : > > Sure, let us make it optional. > > > > On Wed, 19 Jun 2019 at 00:15, Isuru Fernando > wrote: > > > >> Hi, > >> > >> Rubiks pack

[sage-devel] Building fails with missing GiNaC symbol

2019-06-19 Thread Isuru Fernando
Hi, I'm trying to build sage 8.8.rc1 on conda with conda built dependencies and I'm getting the following error. ImportError: /_h_env/lib/python2.7/site-packages/sage/symbolic/ring.so: undefined symbol: _ZN5GiNaC9containerISt6vectorEC1ERKS1_INS_2exESaIS3_EEb Demangled, this is GiNaC::container:

Re: [sage-devel] Downgrade rubiks to optional

2019-06-19 Thread Vincent Delecroix
+1 for optional Le 19/06/2019 à 09:15, Dima Pasechnik a écrit : Sure, let us make it optional. On Wed, 19 Jun 2019 at 00:15, Isuru Fernando wrote: Hi, Rubiks package is a combination of 3 packages with lots of patches to the build system Keeping it standard requires package managers to pac

Re: [sage-devel] Downgrade rubiks to optional

2019-06-19 Thread Dima Pasechnik
Sure, let us make it optional. On Wed, 19 Jun 2019 at 00:15, Isuru Fernando wrote: > Hi, > > Rubiks package is a combination of 3 packages with lots of patches to the > build system > > Keeping it standard requires package managers to package this strange > package of 3 packages and wastes time