[sage-devel] Re: error while compiling sage-6.1.1

2014-03-28 Thread Paul Mercat
Sorry, I don't know how to get sage-6.2.beta : the command "sage -dev" doesn't work, and I have no command "git" installed. How can I do ? Le vendredi 28 mars 2014 14:52:50 UTC+1, Paul Mercat a écrit : > > Ok, thank you. I will try sage-6.2.beta1. > > Le vendredi 28 mars 2014 14:28:34 UTC+1, Volk

[sage-devel] Re: error while compiling sage-6.1.1

2014-03-28 Thread Volker Braun
AFAIK this is fixed by the ppl update in in 6.2.beta1 On Friday, March 28, 2014 1:01:08 PM UTC, Paul Mercat wrote: > > Hello ! > > I get the following error when I try to compile sage-6.1.1 on linux : > > gcc -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces/C > -I/home/paul.mercat/sage6-octo/sag

[sage-devel] Re: Problem installing sagecell

2014-03-28 Thread Jesus Escribano
I'm trying with the new package but I still obtain error. I have tried your solution but: *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* *if git submodule status | grep -q ^[+-]; then git submodule update --init > /dev/null; fi* *python -c "import urllib; urllib.urlretrieve('http://

[sage-devel] Re: error while compiling sage-6.1.1

2014-03-28 Thread John H Palmieri
Try downloading http://boxen.math.washington.edu/home/release/sage-6.2.beta5/sage-6.2.beta5.tar.gz I think this is self-contained. John On Friday, March 28, 2014 8:52:57 AM UTC-7, Paul Mercat wrote: > > Sorry, I don't know how to get sage-6.2.beta : the command "sage -dev" > doesn't work,

[sage-devel] Re: Problem installing sagecell

2014-03-28 Thread Jesus Escribano
I'm trying again to install sagecell in my server. I follow the instructions at http://ufrmeca.univ-lyon1.fr/~buffat/sagecell.html using the new package: http://boxen.math.washington.edu/home/jason/sagecell-spkg/sagecell-2014-03-01.spkg But I still obtain an error: *Installed /home/sagecell/s

Re: [sage-devel] Tuning values for ARM and Atom still desperately needed

2014-03-28 Thread Julien Puydt
Le 26/03/2014 12:28, Bill Hart a écrit : Hi all, We still don't have any tuning code on ARM or Atom for MPIR. Note MPIR will run extremely slowly without new tuning values due to recent changes. Please let us know on the mpir-devel list if you are willing to help. As far as we know, there are

[sage-devel] Re: error while compiling sage-6.1.1

2014-03-28 Thread Paul Mercat
Ok, thank you. I will try sage-6.2.beta1. Le vendredi 28 mars 2014 14:28:34 UTC+1, Volker Braun a écrit : > > AFAIK this is fixed by the ppl update in in 6.2.beta1 > > > > On Friday, March 28, 2014 1:01:08 PM UTC, Paul Mercat wrote: >> >> Hello ! >> >> I get the following error when I try to compi

[sage-devel] error while compiling sage-6.1.1

2014-03-28 Thread Paul Mercat
Hello ! I get the following error when I try to compile sage-6.1.1 on linux : gcc -DHAVE_CONFIG_H -I. -I../.. -I../../interfaces/C -I/home/paul.mercat/sage6-octo/sage-6.1.1/local/include -pedantic -std=gnu89 -Werror -g -O2 -frounding-math -W -Wall -MT ppl_lpsol-ppl_lpsol.o -MD -MP -MF .deps

[sage-devel] Re: error while building the documentation: where?

2014-03-28 Thread Volker Braun
Start with a doc-clean to make sure that you don't have stale caches lying around. Your error is in sage.dynamics, probably you just have to look at git log src/sage/dynamics ^trac/develop Also, check that you don't have any other errors further up in the log. -- You received this message b

[sage-devel] Re: Re: charpoly of sparse matrix

2014-03-28 Thread Paul Mercat
Ok, thank you I will look at this. Paul Le vendredi 28 mars 2014 10:38:41 UTC+1, Marc Mezzarobba a écrit : > > Paul Mercat wrote: > > OK, thank you, I see. > > It's an efficient method to compute a approximation of the spectral > > radius. It's good but I still want to have the exact value. >

[sage-devel] Re: charpoly of sparse matrix

2014-03-28 Thread Paul Mercat
My graphs are not very regular, they are obtains after some operations on regular langages from a automaton obtain from a semi-group. So they have the property that there is at most 2 outgoing edges from each vertex (I study the case of 2-generated semi-groups). It is complicated to explain where

[sage-devel] Re: Re: charpoly of sparse matrix

2014-03-28 Thread Marc Mezzarobba
Paul Mercat wrote: > OK, thank you, I see. > It's an efficient method to compute a approximation of the spectral > radius. It's good but I still want to have the exact value. You can use the same idea to compute the minimal polynomial of your matrix (with high probability). This is the starting p

[sage-devel] Re: error while building the documentation: where?

2014-03-28 Thread Dima Pasechnik
On 2014-03-27, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > Even better: > > Traceback (most recent call last): > ... > OSError: [dynamics ] Exception occurred: could it indicate that you're running out of RAM, and have no/not enough swap? -- You received this message because you are s