Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Dima Pasechnik
On Wednesday, 1 July 2015 22:42:42 UTC+1, Jeremy Martin wrote: > > That very well could be. I do not remember whether I originally installed > from binary or source. Would it be simplest for me to just uninstall what > I have now and start from scratch with a source installation? > IMHO, yes

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeremy Martin
That very well could be. I do not remember whether I originally installed from binary or source. Would it be simplest for me to just uninstall what I have now and start from scratch with a source installation? On Wednesday, July 1, 2015 at 4:02:06 PM UTC-5, Dima Pasechnik wrote: > > > > On We

Re: [sage-devel] Sage RESTful Server

2015-07-01 Thread William Stein
On Wed, Jul 1, 2015 at 12:48 PM, Uriel Avalos wrote: > Basically, we're building a REST web service that takes math expressions and > returns the evaluated result. > > We currently have a service that invokes sage via the '-c' flag (i.e., > command line) with *each* request. > > Unfortunately, tha

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Dima Pasechnik
On Wednesday, 1 July 2015 21:56:26 UTC+1, Dima Pasechnik wrote: > > > > On Wednesday, 1 July 2015 20:34:08 UTC+1, Jeremy Martin wrote: >> >> Yes, according to http://doc.sagemath.org/html/en/installation/index.html >> . >> >> it used to be broken. > Anyway, it's not even clear if you update a sou

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Dima Pasechnik
On Wednesday, 1 July 2015 20:34:08 UTC+1, Jeremy Martin wrote: > > Yes, according to http://doc.sagemath.org/html/en/installation/index.html. > > it used to be broken. Anyway, it's not even clear if you update a source installation, or a binary installation... On Wednesday, July 1, 2015 at 2:23

Re: [sage-devel] Sage RESTful Server

2015-07-01 Thread John Cremona
It sounds as if what you are trying to do is very similar to the Sage Cell Server, whose code is at https://github.com/sagemath/sagecell so that might be helpful. See also https://sagecell.sagemath.org/static/about.html John On 1 July 2015 at 20:48, Uriel Avalos wrote: > Basically, we're buildi

Re: [sage-devel] Sage RESTful Server

2015-07-01 Thread Jeroen Demeyer
On 2015-07-01 21:48, Uriel Avalos wrote: Basically, we're building a REST web service that takes math expressions and returns the evaluated result. I hope you are aware of the security implications. Keep in mind that you're allowing running arbitrary code... Is there a way to setup the Sage s

[sage-devel] Sage RESTful Server

2015-07-01 Thread Uriel Avalos
Basically, we're building a REST web service that takes math expressions and returns the evaluated result. We currently have a service that invokes sage via the '-c' flag (i.e., command line) with *each* request. Unfortunately, that's obviously too slow. Is there a way to setup the Sage server

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread John H Palmieri
This looks like the same problem reported at http://trac.sagemath.org/ticket/18816. John On Wednesday, July 1, 2015 at 12:34:08 PM UTC-7, Jeremy Martin wrote: > > Yes, according to http://doc.sagemath.org/html/en/installation/index.html. > > On Wednesday, July 1, 2015 at 2:23:18 PM UTC-5, Dim

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeremy Martin
Yes, according to http://doc.sagemath.org/html/en/installation/index.html. On Wednesday, July 1, 2015 at 2:23:18 PM UTC-5, Dima Pasechnik wrote: > > is "sage -upgrade" a supported way to update the installation? > > > On Wednesday, 1 July 2015 20:12:18 UTC+1, Jeroen Demeyer wrote: >> >> On 2015-07

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeremy Martin
Still no success. Here is the end of the logfile: libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/Applications/sage/local/include/libpng12 -I/Users/buildslave-sage/slave/sage_git/build/local/include/freetype2 -g -fvisibility=hidden -MT gdfontt.lo -MD -MP -MF .deps/gdfontt.Tpo -c gdfo

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Dima Pasechnik
is "sage -upgrade" a supported way to update the installation? On Wednesday, 1 July 2015 20:12:18 UTC+1, Jeroen Demeyer wrote: > > On 2015-07-01 20:21, Jeremy Martin wrote: > > Hi Jeroen, > > > > Here it is: > It looks right. > > Can you please run "make" again and see if this fixes the prob

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeroen Demeyer
On 2015-07-01 20:21, Jeremy Martin wrote: Hi Jeroen, Here it is: It looks right. Can you please run "make" again and see if this fixes the problem? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receivi

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeremy Martin
Hi Jeroen, Here it is: cut here SAGE_ROOT=/Applications/sage prefix="${SAGE_ROOT}/local" exec_prefix="${SAGE_ROOT}/local" libdir="${SAGE_ROOT}/local/lib" includedir="${SAGE_ROOT}/local/include/freetype2" Name: FreeType 2 Description: A free, high-quality

Re: [sage-devel] Error upgrading Sage

2015-07-01 Thread Jeroen Demeyer
On 2015-07-01 14:49, Jeremy Martin wrote: Hi! I am trying to update my Sage installation and ran into an error I do not understand. I am running OS 10.9 Mavericks with 8 GB of RAM and tons of disk space. Per instructions, here is the end of the logfile produced by running "sage -upgrade" from

[sage-devel] Error upgrading Sage

2015-07-01 Thread Jeremy Martin
Hi! I am trying to update my Sage installation and ran into an error I do not understand. I am running OS 10.9 Mavericks with 8 GB of RAM and tons of disk space. Per instructions, here is the end of the logfile produced by running "sage -upgrade" from the terminal. I have not tried any addi

Re: [sage-devel] About license of nauty and poset generator

2015-07-01 Thread Jeroen Demeyer
On 2015-07-01 08:14, Jori Mäntysalo wrote: ...if we know that propably it is not what was meant. I think nobody really knows what was meant, which is why we should ask. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this gro

[sage-devel] Re: show() vs. plot() on digraphs or posets

2015-07-01 Thread Jori Mäntysalo
Anybody knows about this...? Documentation on posets.py seems to say that show() accepts some parameters "in itself" and others to be forwarded to plot(). But is there really anything on the first class? Or to put it other way: can documentation of show() be simplified to something like "Dis