# HG changeset patch # User fubar # Date 1371172468 14400 # Node ID 82f52c6994a228f44fa28c05cfebf5e7e56561be # Parent db5e6a2157907ac2185cafc85f16bd8f8c26a0a5 Uploaded diff -r db5e6a215790 -r 82f52c6994a2 package_matplotlib_lite/tool_dependencies.xml --- a/package_matplotlib_lite/tool_dependencies.xml Thu Jun 13 20:51:09 2013 -0400 +++ b/package_matplotlib_lite/tool_dependencies.xml Thu Jun 13 21:14:28 2013 -0400 @@ -6,19 +6,19 @@ <package name="freetype" version="2.4.11"> <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> </package> - <package name="package_matplotlib_lite" version="1.2.1"> + <package name="package_matplotlib_lite" version="1.2.1"> <install version="1.0"> <actions> <!-- this lite version is derived from Bjorn's but DOES not compile atlas which will fail on many desktop distributions because of cpu throttling - we use Dan's numpy-lite --> <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> <!-- populate the environment variables from the dependend repos --> <action type="set_environment_for_install"> - <package name="numpy" toolshed="http://testtoolshed.g2.bx.psu.edu" version="1.7.1"> - <repository name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> - </package> - <package name="freetype" toolshed="http://testtoolshed.g2.bx.psu.edu" version="2.4.11"> - <repository name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> - </package> + <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <package name="numpy" version="1.7.1" /> + </repository> + <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/"> + <package name="freetype" version="2.4.11" /> + </repository> </action> <!-- install matplotlib --> <action type="make_directory">$INSTALL_DIR/lib/python</action> @@ -36,5 +36,5 @@ </actions> </install> <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> - </package> + </package> </tool_dependency>