On Mon, Jul 26, 2010 at 4:55 PM, Chris Marshall wrote:
> You are talking binary installs, yes?

Yes.

> I would suggest extracting a copy of the PDL source for
> the version installed and just run the desired test
> programs in PDL/t/.

Well, the whole point is that I don't want to do a huge ton of work.
I'm already doing a lot of work by installing several versions of
Linux and trying to get PDL working on each one. I've been at this all
day and so far I only have Ubuntu and Mandriva. So I don't want to
also go hunting for PDL sources or run a test suite.

For PGPLOT, and Graphics::TriD I'm just running the demos. For PLplot
I just copy the first few lines from the man page:

use PDL;
use PDL::Graphics::PLplot;
my $pl = PDL::Graphics::PLplot->new (DEV => "png", FILE => "test.png");
my $x  = sequence(10);
my $y  = $x**2;
$pl->xyplot($x, $y);
$pl->close;


I just wanted to know if there was another important module that a lot
of people care about that I should test too.

Daniel.
-- 
Intolerant people should be shot.

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

Reply via email to