Re: [Pdl-general] PDL-2.0015 released to CPAN

2015-11-26 Thread Ingo Schmid
Hi Yury, I also use the module, and it works for recent PDLs, it just gives test errors. You are right, it should be updated to reflect the 64bit index support and the new type. What I do is compile it manually (after make you need to enter the Func directory and run make there as well). I hope

Re: [Pdl-general] PDL-2.0015 released to CPAN

2015-11-26 Thread Pakhomov Yury
Thank Ingo, unfortunately, in my case, my programs just load CPU. "Ctrl-C" saves me. Yury 26.11.2015 15:05, Ingo Schmid пишет: > Hi Yury, > > I also use the module, and it works for recent PDLs, it just gives test > errors. You are right, it should be updated to reflect the 64bit index >

Re: [Pdl-general] PDL-2.0015 released to CPAN

2015-11-26 Thread sisyphus1
-Original Message- From: Pakhomov Yury Sent: Thursday, November 26, 2015 9:35 PM > I often use module PDL::Fit::Levmar which is nor part of PDL-2.0015. > Before version of PDL-2.007 this module work fine, but since PDL-2.007 the > error appeared. Probably, It is result of 64-bit that

Re: [Pdl-general] PDL-2.0015 released to CPAN

2015-11-26 Thread Ingo Schmid
tell me if this will work for you. https://github.com/fantasma13/PDL-Fit-Levmar Ingo On 11/26/2015 01:29 PM, sisyph...@optusnet.com.au wrote: > -Original Message- > From: Pakhomov Yury > Sent: Thursday, November 26, 2015 9:35 PM > >> I often use module PDL::Fit::Levmar which is nor

Re: [Pdl-general] PDL-2.0015 released to CPAN

2015-11-26 Thread Pakhomov Yury
Thank you very much make module has several warning. But, all test in "make test" are successful. My program works fine now. With respect, Yury 26.11.2015 16:04, Ingo Schmid пишет: > tell me if this will work for you. > > https://github.com/fantasma13/PDL-Fit-Levmar > Ingo > >