From: <ai...@us...> - 2008-12-11 22:53:43
|
Revision: 9088 http://plplot.svn.sourceforge.net/plplot/?rev=9088&view=rev Author: airwin Date: 2008-12-11 22:53:39 +0000 (Thu, 11 Dec 2008) Log Message: ----------- Changes to make PLplot consistent with PDL::Graphics::PLplot, version 0.46. Modified Paths: -------------- trunk/cmake/modules/pdl.cmake trunk/examples/perl/README.perldemos Modified: trunk/cmake/modules/pdl.cmake =================================================================== --- trunk/cmake/modules/pdl.cmake 2008-12-11 20:27:27 UTC (rev 9087) +++ trunk/cmake/modules/pdl.cmake 2008-12-11 22:53:39 UTC (rev 9088) @@ -61,17 +61,17 @@ ERROR_VARIABLE PDL_PLPLOT_VERSION ) #message("PDL_PLPLOT_VERSION = ${PDL_PLPLOT_VERSION}") - transform_version(NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION "0.45.0") + transform_version(NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION "0.46.0") transform_version(NUMERICAL_PDL_PLPLOT_VERSION "${PDL_PLPLOT_VERSION}.0") #message("NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION = ${NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION}") #message("NUMERICAL_PDL_PLPLOT_VERSION = ${NUMERICAL_PDL_PLPLOT_VERSION}") if(NUMERICAL_PDL_PLPLOT_VERSION LESS "${NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION}") message(STATUS "WARNING: " - "perl PDL PLplot version < 0.45 " + "perl PDL PLplot version < 0.46 " "Using more limited set of Perl/PDL examples that work with old versions") - set(HAVE_PDL_GRAPHICS_PLPLOT_40 OFF CACHE BOOL "PDL-Graphics-PLplot version is 0.45 or higher" FORCE) + set(HAVE_PDL_GRAPHICS_PLPLOT_40 OFF CACHE BOOL "PDL-Graphics-PLplot version is 0.46 or higher" FORCE) else(NUMERICAL_PDL_PLPLOT_VERSION LESS "${NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION}") - set(HAVE_PDL_GRAPHICS_PLPLOT_40 ON CACHE BOOL "PDL-Graphics-PLplot version is 0.45 or higher" FORCE) + set(HAVE_PDL_GRAPHICS_PLPLOT_40 ON CACHE BOOL "PDL-Graphics-PLplot version is 0.46 or higher" FORCE) endif(NUMERICAL_PDL_PLPLOT_VERSION LESS "${NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION}") endif(NUMERICAL_PDL_VERSION LESS "${NUMERICAL_PDL_MINIMUM_VERSION}") else(NOT PDL_RETURNCODE) Modified: trunk/examples/perl/README.perldemos =================================================================== --- trunk/examples/perl/README.perldemos 2008-12-11 20:27:27 UTC (rev 9087) +++ trunk/examples/perl/README.perldemos 2008-12-11 22:53:39 UTC (rev 9088) @@ -9,9 +9,9 @@ module. Instructions for building and installing Doug Hunt's latest version of the -PDL Graphics PLplot module (version 0.45 at the time of writing) +PDL Graphics PLplot module (version 0.46 at the time of writing) -export TARBALL_ROOT_NAME=PDL-Graphics-PLplot-0.45 +export TARBALL_ROOT_NAME=PDL-Graphics-PLplot-0.46 wget \ http://search.cpan.org/CPAN/authors/id/D/DH/DHUNT/$TARBALL_ROOT_NAME.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |