From: <ai...@us...> - 2008-12-31 18:10:30
|
Revision: 9239 http://plplot.svn.sourceforge.net/plplot/?rev=9239&view=rev Author: airwin Date: 2008-12-31 18:10:26 +0000 (Wed, 31 Dec 2008) Log Message: ----------- Update from PDL-Graphics-PLplot-0.46 to PDL-Graphics-PLplot-0.47 as the definitive version you have to have in order to run all the standard examples. 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-31 17:24:33 UTC (rev 9238) +++ trunk/cmake/modules/pdl.cmake 2008-12-31 18:10:26 UTC (rev 9239) @@ -69,17 +69,17 @@ ERROR_VARIABLE PDL_PLPLOT_VERSION ) #message("PDL_PLPLOT_VERSION = ${PDL_PLPLOT_VERSION}") - transform_version(NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION "0.46.0") + transform_version(NUMERICAL_PDL_PLPLOT_MINIMUM_VERSION "0.47.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.46 " + "perl PDL PLplot version < 0.47 " "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.46 or higher" FORCE) + set(HAVE_PDL_GRAPHICS_PLPLOT_40 OFF CACHE BOOL "PDL-Graphics-PLplot version is 0.47 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.46 or higher" FORCE) + set(HAVE_PDL_GRAPHICS_PLPLOT_40 ON CACHE BOOL "PDL-Graphics-PLplot version is 0.47 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-31 17:24:33 UTC (rev 9238) +++ trunk/examples/perl/README.perldemos 2008-12-31 18:10:26 UTC (rev 9239) @@ -2,16 +2,16 @@ --------------------------- The files in this directory are close translations of the PLplot demos -witten in C (see directory above ../c/). They use the PDL and +written in C (see directory above ../c/). They use the PDL and PDL::Graphics::PLplot modules distributed with PDL. Here is a recipe for building and installing the latest version of that module. Instructions for building and installing Doug Hunt's latest version of the -PDL Graphics PLplot module (version 0.46 at the time of writing) +PDL Graphics PLplot module (version 0.47 at the time of writing) -export TARBALL_ROOT_NAME=PDL-Graphics-PLplot-0.46 +export TARBALL_ROOT_NAME=PDL-Graphics-PLplot-0.47 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. |