OK!  PDL-Graphics-PLplot 0.60 now includes ./a.out

--Doug

dh...@ucar.edu
Software Engineer
UCAR - COSMIC, Tel. (303) 497-2611

On Thu, 8 Sep 2011, Orion Poplawski wrote:

> On 09/08/2011 01:25 PM, Doug Hunt wrote:
>> Hi Orion: I just uploaded PDL-Graphics-PLplot version 0.59 to CPAN. This
>> includes adding -lm and Sysiphus's Windows compile patch.
>
> Thanks, that gets farther.  Next step is that you are assuming that "." in in 
> the user's path, which is not always the case.  The below patch fixes.
>
> --- PDL-Graphics-PLplot-0.59/t/plplot_library_tests.t.path      2011-09-08 
> 13:04:57.000000000 -0600
> +++ PDL-Graphics-PLplot-0.59/t/plplot_library_tests.t   2011-09-08 
> 14:51:05.584271634 -0600
> @@ -50,7 +50,7 @@
>
>   # Run C version
>   my $devnull = File::Spec->devnull();
> -  system "a.out -dev svg -o x${num}c.svg -fam > $devnull 2>&1";
> +  system "./a.out -dev svg -o x${num}c.svg -fam > $devnull 2>&1";
>   ok ($? == 0, "C code $c_code ran successfully");
>
>   # Run perl version
>
>
> With that change the tests pass for me.
>
> -- 
> Orion Poplawski
> Technical Manager                     303-415-9701 x222
> NWRA/CoRA Division                    FAX: 303-415-9702
> 3380 Mitchell Lane                  or...@cora.nwra.com
> Boulder, CO 80301              http://www.cora.nwra.com
>

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to