Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-12 Thread Doug Hunt
You're welcome! Sorry it took me so long to get to this! --Doug dh...@ucar.edu Software Engineer IV UCAR - COSMIC, Tel. (303) 497-2611 On Fri, 12 Dec 2008, Andrew Ross wrote: > On Thu, Dec 11, 2008 at 02:49:59PM -0800, Alan Irwin wrote: >> The ctest result for Perl/PDL is now perfect. >> >> pe

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-12 Thread Andrew Ross
On Thu, Dec 11, 2008 at 02:49:59PM -0800, Alan Irwin wrote: > The ctest result for Perl/PDL is now perfect. > > perl >Missing examples : >Differing examples : > > Good work, Doug! > > I will finish off the build system tweaks, and also put in a paragraph > in README.release about your

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Alan W. Irwin
On 2008-12-11 14:49-0800 Alan W. Irwin wrote: > I will finish off the build system tweaks [for Perl/PDL], and also put in a > paragraph > in README.release about your accomplishment. DONE (revision 9091). I think that should completely finish off Perl/PDL changes prior to the forthcoming relea

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Alan W. Irwin
The ctest result for Perl/PDL is now perfect. perl Missing examples : Differing examples : Good work, Doug! I will finish off the build system tweaks, and also put in a paragraph in README.release about your accomplishment. Alan __ Alan W. Irwin Astronomical res

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Alan W. Irwin
On 2008-12-11 15:00-0700 Doug Hunt wrote: > Hi Alan: I just got the notification from PAUSE: > > The uploaded file > >PDL-Graphics-PLplot-0.46.tar.gz > > has entered CPAN as > > file: $CPAN/authors/id/D/DH/DHUNT/PDL-Graphics-PLplot-0.46.tar.gz > size: 36621 bytes > md5: 96ad2ef28fcff7869d

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Alan W. Irwin
Hi Doug: http://search.cpan.org/dist/PDL-Graphics-PLplot/ still shows only version 0.45. Is it usual for it to take this long for your CPAN upload to propagate? I am anxious to finish off the PDL testing, but it appears "a watched pot never boils". More below On 2008-12-11 14:30-0700 Doug

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Doug Hunt
Hi Alan: On my machine acos(-1) works better than on yours. That's why x27 worked for me and not you: perldl> p acos(-1) 3.14159265358979 perldl> p 4*atan2(1,1) 3.14159265358979 Could you send me a: perl -V and also run: perldl and send me the startup message? I'm curious what versions of

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Doug Hunt
Hi Alan: I just got the notification from PAUSE: The uploaded file PDL-Graphics-PLplot-0.46.tar.gz has entered CPAN as file: $CPAN/authors/id/D/DH/DHUNT/PDL-Graphics-PLplot-0.46.tar.gz size: 36621 bytes md5: 96ad2ef28fcff7869da9b5612f24ae26 No action is required on your part Re

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Doug Hunt
Alan, Andrew: Thanks for finding/fixing these problems. > You were correct it was a problem with the Perl math library. The main > trouble I had in finding this was figuring out how to print out individual > elements of a pdl array. For future reference, this worked: > > for (my $i = 0; $i < in

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Alan W. Irwin
On 2008-12-11 14:48- Andrew Ross wrote: > This [example 02 issues] was merely a slight difference between examples. In > the perl > version the 0-1 numbers were multiplied by 255, as opposed to 255.001 in > the C version. Fix this and the results are identical. I've committed > this to svn.

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Doug Hunt
Hi Alan: I've just checked in a version of x23.pl which adds the missing pages. My system is not configured correctly to display all the fonts, but the perl and c example .ps files generated on my system do end up identical. Please let me know how this looks on your (better configured) syste

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-11 Thread Andrew Ross
On Wed, Dec 10, 2008 at 11:45:30PM -0800, Alan Irwin wrote: > On 2008-12-10 15:32-0700 Doug Hunt wrote: > > > Hi Alan: > > > > I've got perl/PDL versions of examples 28, 29 and 30 checked in. > > Their psc output is identical to the examples/c version. > > > > They require yet another version of P

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-10 Thread Alan W. Irwin
On 2008-12-10 15:32-0700 Doug Hunt wrote: > Hi Alan: > > I've got perl/PDL versions of examples 28, 29 and 30 checked in. > Their psc output is identical to the examples/c version. > > They require yet another version of PDL-Graphics-PLplot, version 0.45. I have made the corresponding PLplot buil

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-10 Thread Doug Hunt
Hi Alan: I've got perl/PDL versions of examples 28, 29 and 30 checked in. Their psc output is identical to the examples/c version. They require yet another version of PDL-Graphics-PLplot, version 0.45. Thanks for the pointer to 'ndiff', this will be useful for my regular work! As to the differ

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-08 Thread Alan W. Irwin
On 2008-12-05 17:59-0700 Doug Hunt wrote: > Hi Alan: I just checked in fixes to x21.pl and a new x27.pl. > > As to your question below, I'm working on a 32 bit system, so this could be a > 32/64 bit bug. Hi Doug: I have committed (revision 9057) a number of small changes relating to PDL::Graph

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-05 Thread Doug Hunt
Hi Alan: I just checked in fixes to x21.pl and a new x27.pl. As to your question below, I'm working on a 32 bit system, so this could be a 32/64 bit bug. Regards, Doug [EMAIL PROTECTED] Software Engineer III UCAR - COSMIC, Tel. (303) 497-2611 On Fri, 5 Dec 2008, Alan W. Irwin wrote: > On

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-05 Thread Alan W. Irwin
On 2008-12-05 15:02-0700 Doug Hunt wrote: > Hi Alan: > >> Could you double check with a fresh checkout and clean build of PLplot and >> a >> fresh download and build of PDL-Graphics-PLplot-0.42.tar.gz? > > I did a fresh check-out and build of plplot and a fresh install of > PDL-Graphics-PLplot-0

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-05 Thread Alan W. Irwin
On 2008-12-05 11:23-0700 Doug Hunt wrote: > Hi Alan: > > I did correct some perl roundoff errors as part of fixing up x02.pl, but I've > checked these changes in. > > Right now from my build of plplot, I don't see any difference in the > postscript output: > > cd examples > c/x02c -dev psc -o x0

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-05 Thread Doug Hunt
Hi Alan: I did correct some perl roundoff errors as part of fixing up x02.pl, but I've checked these changes in. Right now from my build of plplot, I don't see any difference in the postscript output: cd examples c/x02c -dev psc -o x02c.ps perl/x02.pl -dev psc -o x02perl.ps diff x02c.ps x02per

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-05 Thread Alan W. Irwin
Hi Doug: I was able to get http://search.cpan.org/CPAN/authors/id/D/DH/DHUNT/PDL-Graphics-PLplot-0.42.tar.gz working. I have put my recipe for doing this into examples/perl/README.perldemos (revision 9039), and I have also completed my build system changes so that HAVE_PDL_GRAPHICS_PLPLOT_40 is

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Doug Hunt
Hi Alan: > > I would prefer to be able to switch back and forth between the official > Debian PDL interface to PLplot and this new version so I can compare results > for both versions. So what is the best way to set that up? I assume there > is a way to install to a separate install prefix so you

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Alan W. Irwin
On 2008-12-04 14:50-0700 Doug Hunt wrote: >> Also, could you put some basic cookbook-style instructions in >> examples/perl/README.perldemos so a perl newbie (like me) could download >> and >> install PDL-Graphics-PLplot-0.40? I would like to test out your updated >> examples. (My current instal

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Doug Hunt
Hi Alan: > I saw your commit of the revised example 2 for Perl/PDL. Since then I have > made some build-system changes (revision 9037) to change the list of what > Perl/PDL examples are executed depending on the CMake variable > HAVE_PDL_GRAPHICS_PLPLOT_40. Currently, example 02 and example 20 ar

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Orion Poplawski
Doug Hunt wrote: > Hi Alan: I've just checked an update to perl/x02.pl into SVN. It depends > upon PDL-Graphics-PLplot-0.40 which I just uploaded to CPAN. > > I'll be working on updating/adding new examples over the next weeks--I > expect it will take a while! I'll update PDL-Graphics-PLplot

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Alan W. Irwin
Hi Doug: On 2008-12-04 10:41-0700 Doug Hunt wrote: > Hi Alan: I've just checked an update to perl/x02.pl into SVN. It depends > upon PDL-Graphics-PLplot-0.40 which I just uploaded to CPAN. > > I'll be working on updating/adding new examples over the next weeks--I expect > it will take a while

Re: [Plplot-devel] [Perldl] My initial pre-release testing

2008-12-04 Thread Doug Hunt
Hi Alan: I've just checked an update to perl/x02.pl into SVN. It depends upon PDL-Graphics-PLplot-0.40 which I just uploaded to CPAN. I'll be working on updating/adding new examples over the next weeks--I expect it will take a while! I'll update PDL-Graphics-PLplot as necessary. Regards,