[sage-devel] Error downloading gmpy2-2.1.0a1.tar.gz

2017-12-13 Thread Vincent Delecroix
Hello, The tarball for gmpy2 has not been updated on the mirrors. Vincent -- 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

Re: [sage-devel] Re: About solve(x*abs(x)==1, x)

2017-12-13 Thread Jori Mäntysalo
On Wed, 13 Dec 2017, rjf wrote: how much of Sage are you using?  If you arejust using Sage as a front end to Maxima, maybe you should just use Maxima. I don't use. I was asked about this by a man who teaches course about "Computer programs for mathematics and statistics". And he is not happy

[sage-devel] Re: request to build/test mac-app on OSX 10.13

2017-12-13 Thread John H Palmieri
I tried this. First I build sage, then did $ cd src/mac-app $ make This led to an apparent error: mkdir -p sage-8.1-OSX_10.13.2_x86_64 make: *** No rule to make target `sage-8.1-OSX_10.13.2_x86_64/SageMath-8.1.app/Contents/Resources/sage/sage', needed by `sage_symlink'. Stop. make: *** Waiti

[sage-devel] Re: request to build/test mac-app on OSX 10.13

2017-12-13 Thread kcrisman
On Wednesday, December 13, 2017 at 7:18:46 AM UTC-5, Dima Pasechnik wrote: > > Could anyone who happens to be using OSX 10.13 check whether mac-app > builds and works? > We have a recent thread here "Sage 8.1 building Mac-app fails" saying that > it apparently fails on OSX 10.13 > (but works on

[sage-devel] Re: About solve(x*abs(x)==1, x)

2017-12-13 Thread rjf
how much of Sage are you using? If you are just using Sage as a front end to Maxima, maybe you should just use Maxima. The relationship of solve and to_poly_solve has been discussed from time to time in the maxima newsgroup. Whether there is a feasible "upgrade" to just use sympy's solve is perh

[sage-devel] Re: Shutdown sagenotebook and jupyter server

2017-12-13 Thread Nils Bruin
On Monday, December 11, 2017 at 1:56:17 AM UTC-8, Sarfo wrote: > > I noticed the sage notebook and jupyter servers still run in the > background after i have exited and closed all notebooks and the browser. > Please may I know how to shut them down without having to manually kill > those process

[sage-devel] Re: Shutdown sagenotebook and jupyter server

2017-12-13 Thread Sarfo
On Monday, 11 December 2017 11:27:27 UTC, Dima Pasechnik wrote: > > > Do you mean a jupyter notebook whn you say "sage notebook"? > I mean both (the jupyter notebook and the old sage notebook) -- You received this message because you are subscribed to the Google Groups "sage-devel" group. T

[sage-devel] Re: Shutdown sagenotebook and jupyter server

2017-12-13 Thread Sarfo
I meant both On Monday, 11 December 2017 11:27:27 UTC, Dima Pasechnik wrote: > > > > On Monday, December 11, 2017 at 9:56:17 AM UTC, Sarfo wrote: >> >> I noticed the sage notebook and jupyter servers still run in the >> background after i have exited and closed all notebooks and the browser. >>

[sage-devel] Re: Sage 8.1 Mac OS 10.13.2 Build: Error installing package r-3.4.2.p0

2017-12-13 Thread Dima Pasechnik
It would also be great to get a confirmation that the external libcurl installation was picked up. Namely, somewhere in the output of ./configure there should be a line curl-7.56.1 not installed (configure check) (in the long list of the other Sage packages) - perhaps the version number is d

[sage-devel] request to build/test mac-app on OSX 10.13

2017-12-13 Thread Dima Pasechnik
Could anyone who happens to be using OSX 10.13 check whether mac-app builds and works? We have a recent thread here "Sage 8.1 building Mac-app fails" saying that it apparently fails on OSX 10.13 (but works on 10.12 - the OSX version I can test on ATM) (if you never built it before, note you woul

[sage-devel] About solve(x*abs(x)==1, x)

2017-12-13 Thread Jori Mäntysalo
This has been discussed earlier, but I was again asked about this: sage: solve(x*abs(x)==1, x) [x == (1/abs(x))] sage: solve([x*abs(x)==1, x==x], x) [[x == 1]] And yes, to_poly_solve=True can be used. But this is annoying to teach and gives bad impression of Sage. Is there any plans to make thi