[sage-devel] one test fails because of optional package

2013-03-22 Thread Rajeev Singh
Hi, The following test fails because I have some optional packages installed - $ sage -t --long -force_lib devel/sage/sage/misc/package.py sage -t --long -force_lib "devel/sage/sage/misc/package.py" ** File "/home/rajeev/softwar

[sage-devel] query about one of the tests

2013-03-19 Thread Rajeev Singh
Hi, I have complained about the following test (it would give segmentation fault) earlier on my machine running ubuntu - sage -t --long -force_lib "devel/sage/sage/modular/modform/find_generators.py" The resolution for me was to install a newer version of atlas and then recompile numpy and scipy

[sage-devel] Re: tests fail for sage-5.5

2013-01-02 Thread Rajeev Singh
I solved the problem by installing atlas-3.10.0 and recompiling numpy and scipy. Now all the tests pass. Rajeev On Tue, Jan 1, 2013 at 11:43 PM, Rajeev Singh wrote: > I ran the tests again and this time only one test failed - > > sage -t --long -force_lib "devel/sage/sage/m

[sage-devel] Re: tests fail for sage-5.5

2013-01-01 Thread Rajeev Singh
I ran the tests again and this time only one test failed - sage -t --long -force_lib "devel/sage/sage/modular/modform/find_generators.py" There was a segmentation fault for this test. Sorry for the noise about other tests earlier. Rajeev -- You received this message because you are subscribed

[sage-devel] Re: tests fail for sage-5.5

2013-01-01 Thread Rajeev Singh
On the same machine sage-5.4.1 fails only one test - sage -t --long -force_lib "devel/sage/sage/misc/package.py" because I have installed some optional packages. Rajeev -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send

[sage-devel] tests fail for sage-5.5

2012-12-31 Thread Rajeev Singh
Hi, I have compiled sage-5.5 from source on my ubuntu machine and the following tests fail on running 'make ptestlong' - sage -t --long -force_lib devel/sage/sage/interacts/debugger.py # Time out sage -t --long -force_lib devel/sage/sage/tests/startup.py # Time out sage

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-27 Thread Rajeev Singh
; >> $ ./sage -python -c "import numpy" >> >> ImportError: >> /home/rajeev/software/sage-5.3.rc0/local/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so: >> undefined symbol: ATL_dptsyrk >> >> Rajeev >> >> >> On Mon, Aug 27

Re: [sage-devel] local libraries linking problem

2012-08-27 Thread Rajeev Singh
Thanks a lot. Reordering worked. Rajeev On Mon, Aug 27, 2012 at 4:01 PM, François Bissey wrote: > On Mon, 27 Aug 2012 15:28:56 +0530 > Rajeev Singh wrote: > >> Hi, >> >> The error is given below. >> >> Rajeev >> >> $ sage --sh -c 'gcc -L

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-27 Thread Rajeev Singh
Actually numpy is also not working now - $ ./sage -python -c "import numpy" ImportError: /home/rajeev/software/sage-5.3.rc0/local/lib/python2.7/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: ATL_dptsyrk Rajeev On Mon, Aug 27, 2012 at 3:51 PM, Rajeev Singh wrote: &

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-27 Thread Rajeev Singh
Hi, I tried the following commands and the test still fails - $ ./sage -i http://www.stp.dias.ie/~vbraun/Sage/spkg/atlas-3.10.0.spkg $ ./sage -t --long -force_lib devel/sage/sage/modular/modsym/space.py The relevant error line is - import numpy.core.numeric as NX AttributeError: 'm

Re: [sage-devel] local libraries linking problem

2012-08-27 Thread Rajeev Singh
undefined reference to `gsl_matrix_free' collect2: ld returned 1 exit status On Mon, Aug 27, 2012 at 2:06 PM, François Bissey wrote: > On Mon, 27 Aug 2012 13:55:38 +0530 > Rajeev Singh wrote: > >> On Mon, Aug 27, 2012 at 1:51 PM, Jeroen Demeyer >> wrote: >> &

Re: [sage-devel] local libraries linking problem

2012-08-27 Thread Rajeev Singh
On Mon, Aug 27, 2012 at 1:51 PM, Jeroen Demeyer wrote: > On 2012-08-27 10:12, Rajeev Singh wrote: >> Hi, >> >> Earlier when I was using Sage on a 32 bit machine, I was able to use >> the local libraries like - >> >> gcc -L//home/rajeev/software/sage/local/

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-27 Thread Rajeev Singh
this version of Sage on a Debian machine where it passes all the tests. Rajeev On Sun, Aug 26, 2012 at 10:31 AM, Rajeev Singh wrote: > Hi, > > Just an update. The test I mentioned is still failing and the last few > lines before failing is - > > $ sage -t --long -force_lib

[sage-devel] local libraries linking problem

2012-08-27 Thread Rajeev Singh
Hi, Earlier when I was using Sage on a 32 bit machine, I was able to use the local libraries like - gcc -L//home/rajeev/software/sage/local/lib/ -lgsl -lgslcblas -lm -o nFN.out nFN.o However now after changing my system to a 64 bit one, I am no longer able to do this. This is not really a Sage i

[sage-devel] gnutls warning/error while plotting

2012-08-25 Thread Rajeev Singh
Hi, I get the following when I try to use plot - $ sage -python Python 2.7.3 (default, Aug 21 2012, 14:05:59) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pylab as plt >>> plt.plot( plt.r_[0.1:1.0:0.1] ) /home/rajeev/software/sage/local/l

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-25 Thread Rajeev Singh
the test pass, so I guess atlas install is fine. Rajeev On Thu, Aug 23, 2012 at 8:50 AM, Rajeev Singh wrote: > Hi, > > Now I have also tried Sage-4.8 without SAGE64=yes flag and the > following tests fail - > > sage -t --long -force_lib devel/sage/sage/in

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-22 Thread Rajeev Singh
Wed, Aug 22, 2012 at 8:43 PM, Jeroen Demeyer wrote: > On 2012-08-22 16:57, Rajeev Singh wrote: >> compiling sage with flag SAGE64=yes. > Have you tried without this? > > -- > You received this message because you are subscribed to the Google Groups > "sage-devel&qu

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-22 Thread Rajeev Singh
me for all tests: 10.8 seconds Rajeev On Wed, Aug 22, 2012 at 1:13 PM, Rajeev Singh wrote: > Here it is - > > $ sage -t --long -force_lib > "devel/sage/sage/modular/modform/find_generators.py" > sage -t --long -force_lib "devel/sage/sage/modular/modform/find_gener

Re: [sage-devel] Re: one doctest fails on ubuntu 12.04

2012-08-22 Thread Rajeev Singh
ests failed: sage -t --long -force_lib "devel/sage/sage/modular/modform/find_generators.py" Total time for all tests: 20.9 seconds Rajeev On Tue, Aug 21, 2012 at 7:46 PM, Keshav Kini wrote: > Rajeev Singh writes: >> I have compiled sage-5.2 on ubuntu 12.04. The

[sage-devel] one doctest fails on ubuntu 12.04

2012-08-21 Thread Rajeev Singh
Hi, I have compiled sage-5.2 on ubuntu 12.04. The following test fails - sage -t --long -force_lib "devel/sage/sage/modular/modform/find_generators.py" There was a segmentation fault. Rajeev -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe fro

Re: [sage-devel] sip package - optional or experimental

2012-06-17 Thread Rajeev Singh
; should be removed.  Go for it! > David > > On Wed, Jun 13, 2012 at 11:44 PM, Rajeev Singh wrote: >> >> Hi, >> >> I was going through the list of optional and experimental packages for >> Sage and discovered that sip appears twice (different versions) - >>

[sage-devel] sip package - optional or experimental

2012-06-13 Thread Rajeev Singh
Hi, I was going through the list of optional and experimental packages for Sage and discovered that sip appears twice (different versions) - Optional - sip-4.13.2.p0 Experimental - sip-4.9.3 Do we need both of these or can we do away with the experimental one? If we can remove the experimental o

[sage-devel] atlas recompiles while upgrading

2012-06-13 Thread Rajeev Singh
Hi, Why does atlas recompile if I upgrade sage using - $ sage -upgrade even though atlas has not been updated? This increases the time of upgrade by a lot. Is it really necessary? Rajeev -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, sen

[sage-devel] single threaded atlas

2012-05-19 Thread Rajeev Singh
Hi, How can I compile Sage such that atlas gets compiled to use single thread? I need this because I am writing an explicit parallel code using Sage's parallel (or mpi4py) and I don't want the individual processes to start many threads. Regards, Rajeev -- To post to this group, send an email to

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, gcc was installed by Sage. You can find the install log here - http://www.imsc.res.in/~rajeev/install.log Rajeev On Mon, Apr 30, 2012 at 6:19 AM, Volker Braun wrote: > Did your compilation build the bundled gcc or did it use the system gcc? For > example, is there a $SAGE_LOCAL/bin/gcc in

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, Here's the assembler's info - $ as --version GNU assembler 2.16.91.0.5 20051219 (SUSE Linux) Copyright 2005 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This a

Re: [sage-devel] Re: sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, I get the same error. I used the following commands - $ pwd /home/rajeev/bin/sage-5.0.beta14 $ ./sage -f http://boxen.math.washington.edu/home/leif/Sage/spkgs/ecm-6.3.p7.spkg Rajeev On Sun, Apr 29, 2012 at 10:22 PM, Volker Braun wrote: > Can you try this version: > > http://trac.sagemath

[sage-devel] sage-5.0.beta14 : Error building GMP-ECM

2012-04-29 Thread Rajeev Singh
Hi, I got the following error while compiling sage-5.0.beta14. I had got the same error with sage-5.0.beta13 which I reported earlier. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./x86_64 -I/home/rajeev/bin/sage-5.0.beta14/local/include -I/home/rajeev/bin/sage-5.0.beta14/local/include -march=na

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Rajeev Singh
I don't think that should happen because I'm just giving the following command on terminal - sage -i git-1.7.9.4 I am using sage-4.8. I get the same error on two computers (one running SuseLinux and another running Debian). Rajeev On Thu, Apr 19, 2012 at 11:48 PM, Volker Braun wrote: > The b"

[sage-devel] bug in os.py

2012-04-19 Thread Rajeev Singh
Hi, I get the following error while trying to install git from sage-optional packages. The error seems to be in one of the python library files (os.py) and is a syntax error - File "/compute/imsc9/rajeev/bin/sage-4.8/local/lib/python/os.py", line 758 bs = b"" ^ SyntaxError: invali

[sage-devel] sage-5.0.beta13 : Error building GMP-ECM

2012-04-14 Thread Rajeev Singh
Hi, I got the following error while compiling sage-5.0.beta13 - libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./x86_64 -I/home/rajeev/bin/sage-5.0.beta13/local/include -I/home/rajeev/bin/sage-5.0.beta13/local/include -march=native -g -O3 -fPIC -MT libecm_la-mul_fft.lo -MD -MP -MF .deps/libecm_la-m

Re: [sage-devel] Re: Mathematica/Magma/Sage dictionaries ?

2011-12-14 Thread Rajeev Singh
On Wed, Dec 14, 2011 at 7:53 PM, kcrisman wrote: > >> > For a start, you could try looking at the files mathematica.py and magma.py >> > (etc.) in SAGE_ROOT/devel/sage/sage/ >> > interfaces/.  If you have a bunch of Mathematica code and want to convert >> > it >> > to Sage, it looks like you coul

Re: [sage-devel] Re: Mathematica/Magma/Sage dictionaries ?

2011-12-14 Thread Rajeev Singh
On Wed, Dec 14, 2011 at 7:55 AM, John H Palmieri wrote: > > > On Tuesday, December 13, 2011 3:51:19 PM UTC-8, Nathann Cohen wrote: >> >> Hello everybody !!! >> >> I have been contacted by an enlightened colleague who planned to teach a >> bit of Sage at the local university, instead of Magma and M