Hi Gregor,

On 21.07.2017 18:42, gregor herrmann wrote:
> Please ping me when the giza bug is fixed and a new version is
> available in the archive, I'm happy to continue trying then. 

I uploaded a new, locally fixed version (fix also sent upstream)
0.9.4-4. With this version, the build time tests succeed.

One minor point: giza returns its own version, not a compatibility
version for pgplot. Therefore, the last test ("Latest additions to
pgplot") is not executed. If you remove the version check (see
attachment), the test also succeeds.

Best regards

Ole

--- a/test12.p
+++ b/test12.p
@@ -9,7 +9,6 @@
 pgqinf("VERSION",$val,$len);
 print "PGPLOT $val library\n\n";
 $val =~ s/\.//g; $val =~ s/v//; 
-die "PGPLOT version must be > 5.2.0 for this test $val\n" if $val<520;
 
 # Read in image (int*2)
 

Reply via email to