Re: [sage-devel] Sage Stack Exchange Site

2014-09-22 Thread Kjetil brinchmann Halvorsen
I have been informed in some communication with SX folks that they do not do this, as a matter of policy. When they first started I guess they may have done so a few times, but definitely not now. So one would have to keep ask.sagemath running in read-only mode or something even if this were done

Re: [sage-devel] Error building sage-5.9.beta5 on Lubuntu 13.04 raring-ringtail (beta)

2013-04-19 Thread Kjetil brinchmann Halvorsen
see inline below. On Fri, Apr 19, 2013 at 1:02 PM, Francois Bissey wrote: > On 19/04/13 22:55, Kjetil brinchmann Halvorsen wrote: >> see inline below: >> >> >> >> On Fri, Apr 19, 2013 at 12:52 PM, Francois Bissey >> wrote: >>> On 1

Re: [sage-devel] Error building sage-5.9.beta5 on Lubuntu 13.04 raring-ringtail (beta)

2013-04-19 Thread Kjetil brinchmann Halvorsen
see inline below: On Fri, Apr 19, 2013 at 12:52 PM, Francois Bissey wrote: > On 19/04/13 22:33, Kjetil brinchmann Halvorsen wrote: >> config.log coming here as attachment! >> > > In local/lib, what does: > objdump -T libatlas.so | grep dgemm > says? > kjetil@k

[sage-devel] Error building sage-5.9.beta5 on Lubuntu 13.04 raring-ringtail (beta)

2013-04-18 Thread Kjetil brinchmann Halvorsen
I think this is the same problem I earlier reported on sage-5.8 (on Lubuntu 12.10) Here is the output from make: --- Default path = /home/kjetil/sage/sage-5.9.beta5/local /usr /usr/local --- checking for GMP

Re: [sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-08 Thread Kjetil brinchmann Halvorsen
For what it is worth, I now tested sage/5.9.beta4. The exact same problem as reported in this thread occured there! Kjetil On Sat, Apr 6, 2013 at 2:12 AM, Kjetil brinchmann Halvorsen wrote: > Thanks! > > Here comes the config.log, as attachment. > > Kjetil > > On Fri, Ap

Re: [sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-04 Thread Kjetil brinchmann Halvorsen
Thanks! See inline below. On Thu, Apr 4, 2013 at 11:47 PM, François Bissey wrote: > On Thu, 04 Apr 2013 23:41:06 Kjetil brinchmann Halvorsen wrote: >> see inline below. > > Not pretty. There is a bit of a mystery as to why -latlas doesn't give you the > right libraries. li

Re: [sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-04 Thread Kjetil brinchmann Halvorsen
see inline below. On Thu, Apr 4, 2013 at 11:25 PM, François Bissey wrote: > On Thu, 04 Apr 2013 23:13:06 Kjetil brinchmann Halvorsen wrote: >> This file as attachment here! >> > Can you do the following for me: > start a sage shell: go in /home/kjetil/sage/sage-5.8/ and typ

Re: [sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-04 Thread Kjetil brinchmann Halvorsen
Yes, in /home/kjetil/sage/sage-5.8/local/lib there are the following (among others): libblas libcblas libatlas (.*) ¿Why are they not picked up? Kjetil On Thu, Apr 4, 2013 at 10:52 PM, François Bissey wrote: > On Thu, 04 Apr 2013 18:56:33 Kjetil brinchmann Halvorsen wrote: &g

[sage-devel] sage-5.8 do not compile on lubuntu 12.10 --- does not find blas!

2013-04-04 Thread Kjetil brinchmann Halvorsen
OS version information: kjetil@kjetil-HP-Pavilion-dv4-Notebook-PC:~$ lsb_release LSB Version: core-2.0-amd64:core-2.0-noarch:core-3.0-amd64:core-3.0-noarch:core-3.1-amd64:core-3.1-noarch:core-3.2-amd64:core-3.2-noarch:core-4.0-amd64:core-4.0-noarch kjetil@kjetil-HP-Pavilion-dv4-Notebook-PC:~$ gcc

Re: [sage-devel] Re: Graph neighbours - room for huge performance boost

2013-01-02 Thread Kjetil brinchmann Halvorsen
see inline. On Wed, Jan 2, 2013 at 12:31 PM, Nathann Cohen wrote: >> http://stackoverflow.com/questions/327311/how-are-pythons-built-in-dictionaries-implemented >> has many good answers, it seems. > > Wow. And they flagged it as "non constructive". These guys are great. Stackoverflow is totally

Re: [sage-devel] problems compiling sage-5.2.rc0 en debian wheezy+some sid amd64

2012-07-20 Thread Kjetil brinchmann Halvorsen
see inline! On Thu, Jul 19, 2012 at 3:02 PM, Jeroen Demeyer wrote: > This is most likely a bug in GCC. > Could you try to install the package > http://boxen.math.washington.edu/home/jdemeyer/spkg/gcc-4.7.1.spkg > and compile again? > > This is to check whether using vanilla gcc-4.7.1 (as opposed

[sage-devel] Re: problems compiling sage-5.2.rc0 en debian wheezy+some sid amd64

2012-07-19 Thread Kjetil brinchmann Halvorsen
entation Fault), please report ? vector(10,x,1/x) [1, 1/2, 1/3, 1/4, 1/5, 1/6, 1/7, 1/8, 1/9, 1/10] ? getheap ! [102, 10177] ? print("Total time spent: ",gettime); ! Total time spent: 16 -------- Kjetil On Thu, Jul 19, 2012 at 1:35 PM, Kjetil b

[sage-devel] problems compiling sage-5.2.rc0 en debian wheezy+some sid amd64

2012-07-19 Thread Kjetil brinchmann Halvorsen
Hello! I definedexport SAGE_CHECK="yes" and then typed make. result: . . . real104m51.462s user132m19.104s sys 5m54.034s Error building Sage. Problem wher PARI. following is that logfile: --