Whatever PDL::PP requires, apparently I don't have it:

perldl> use PDL::PP
perldl> pp_def('sumover',Pars => 'a(n); [o]b();',Code => 'double
tmp=0; loop(n) %{ tmp += $a(); %} $b() = tmp;');
Undefined subroutine &PDL::Slices::PDL::PP called at
/usr/lib/perl5/PDL/PP.pm line 1046, <DATA> line 387.



On Mon, Jul 26, 2010 at 2:28 PM, Chris Marshall <[email protected]> wrote:
> On 7/26/2010 8:24 AM, Daniel Carrera wrote:
>>
>> On Mon, Jul 26, 2010 at 2:09 PM, Chris Marshall wrote:
>>>
>>> The dependency for PDL::PP is...PDL.  It is a fundamental
>>> piece of the engineering that makes PDL possible.  The
>>> minimal requirements for PDL are perl and C build environment.
>>
>> I'm not building from source. I'm installing binaries. I am writing
>> the instructions for the binary install. Most distributions will allow
>> you to install PDL without also installing gcc and make.
>
> Hmm, maybe some of the linux packagers can say.
>
> --Chris
>



-- 
Intolerant people should be shot.

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to