[sage-support] Building sage v8.9 from source: continuing make

2019-10-22 Thread Andrey Bliznyuk
Hi, I am trying to build sage 8.9 from source on unix, I want to make some changes to maxima build. I can do this by interrupting the sage build when it starts maxima, then going to sage-8.9/local/var/tmp/sage/build/maxima-5.42.2/src and running make there. Unfortunately, it seems I can't the

Re: [sage-support] Building sage v8.9 from source: continuing make

2019-10-22 Thread Dima Pasechnik
Hi, Normally, for a task you describe, one would make extra patches to apply to Maxima, add them to build/pkgs/maxima/patches/, and build normally. Perhaps if you explain what exactly you're trying to do, we could advice you in more detail. HTH Dima On Tue, Oct 22, 2019 at 12:11 PM Andrey Blizn

[sage-support] Sage cell server file input

2019-10-22 Thread david.guichard
I have a cocalc sage worksheet that reads data from a csv file. Is there any way to do this in the single cell server, that is, read data from an external file? I'm guessing not, but it would be handy. Thanks, David -- You received this message because you are subscribed to the Google Groups

[sage-support] Re: Sage cell server file input

2019-10-22 Thread Nils Bruin
On Tuesday, October 22, 2019 at 8:52:44 AM UTC-7, david.guichard wrote: > > I have a cocalc sage worksheet that reads data from a csv file. Is there > any way to do this in the single cell server, that is, read data from an > external file? I'm guessing not, but it would be handy. > Accessing a

[sage-support] Re: Sage cell server file input

2019-10-22 Thread david.guichard
Thanks for the suggestion, but it doesn't appear to work for me. My code is csv.reader(open('http://myserver/xxx.csv')) and I have verified that the url is correct, but I get "No such file or directory: 'http://...'". It works fine on a cocalc server with the csv file in the project the workshe

Re: [sage-support] Building sage v8.9 from source: continuing make

2019-10-22 Thread Andrey Bliznyuk
Thank you very much, Dima for your response. I presume I can read it as "Unfortunately the make continuation is not really possible in this case". Which is a real pity and, IMHO, somewhat not logical. I am trying to work around a bug in ld that causes the maxima build to fail. When the make fa