[sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-17 Thread Rolandb
Hi, I followed the instructions of Jan Groenewald and ... it works! All thank for considering this item. Roland -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe

Re: [sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-17 Thread Jori Mantysalo
On Mon, 17 Sep 2012, Volker Braun wrote: On Fedora: sudo yum install libgfortran Or build from source, then Sage will built its own fortran. Do it? To my experience this has failed and fortran is needed from host system. -- Jori Mäntysalo -- You received this message because you are subsc

[sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-17 Thread Volker Braun
On Fedora: sudo yum install libgfortran Or build from source, then Sage will built its own fortran. On Monday, September 17, 2012 10:44:24 AM UTC+1, Rolandb wrote: > > Hi all, thanks for the support! > > Version 5.0: no problem > > Versions 5.1 and 5.3: > > ImportError: libgfortran.so.3: canno

[sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-17 Thread Rolandb
Hi all, thanks for the support! Version 5.0: no problem Versions 5.1 and 5.3: ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory It boils down to how to install libgfortran... Roland -- You received this message because you are subscribed to the Googl

Re: [sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-16 Thread William Stein
On Sun, Sep 16, 2012 at 1:59 AM, P Purkayastha wrote: > Works in 5.2 and 5.4beta1. I don't have 5.3 to test against right now. I think the relevant code hasn't changed in years; all it does is allocate an array of doubles and put the entries in there. I'm guessing the original poster's Sage ins

[sage-support] Re: finance.TimeSeries SIGSEGV

2012-09-16 Thread P Purkayastha
Works in 5.2 and 5.4beta1. I don't have 5.3 to test against right now. On 09/16/2012 12:50 PM, Rolandb wrote: doc/live/reference/sage/finance/time_series.html example v = finance.TimeSeries([5,4,1.3,2,8,10,3,-5]) /home/roland/Sage/sage-5.3-linux-64bit-ubuntu_12.04.1_lts-x86_64-Linux/local/lib/