NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Your description of PDL makes me want to avoid it (Score:2)
Every time someone says "No no no no, unlike the rest of CPAN, this one has to be installed by a human" I want to avoid those modules, because if that's the case how will I ever embed that thing in something larger, such that the person installing the larger thing doesn't need to know anything about how it works underneath.
Re: (Score:1)
Sure, that's fair. I'm afraid I didn't really stress that you can install PDL from CPAN without doing anything special that I discussed above. (I've edited my original post to reflect this.) PDL's installer will detect if you've got OpenGL or PLplot installed, and skip those steps if it doesn't find it. You really only need to do the special stuff if you want to visualize your data or use the GSL.
You do raise an important point, of course. Suppose you wanted to write a module or program that uses PDL t
Re:Your description of PDL makes me want to avoid (Score:1)
Then it would call the installer for your OS. If the dependency could be satisfied (specifically, the version requirement) it would make the OS install it. Otherwise, it would download the source and compile it, or download an installer and run it.
Reply to This
Parent