Mercurial > repos > iuc > package_python_2_7_matplotlib_1_4
changeset 26:62c1dfd9ab86 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_matplotlib_1_4 commit d094788c200e3ecf24f2a429000c888e82131ed1
| author | iuc |
|---|---|
| date | Mon, 19 Oct 2015 16:53:04 -0400 |
| parents | d5d011480b68 |
| children | f05de70312d0 |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Oct 10 08:29:11 2015 -0400 +++ b/tool_dependencies.xml Mon Oct 19 16:53:04 2015 -0400 @@ -13,13 +13,13 @@ <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="python" version="2.7.10"> - <repository changeset_revision="4f81728216e7" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="b9171d06f311" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="matplotlib" version="1.4"> <install version="1.0"> <actions> <action type="setup_python_environment"> - <repository changeset_revision="4f81728216e7" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="b9171d06f311" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="python" version="2.7.10" /> </repository> <repository changeset_revision="03abe628fbe8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -42,8 +42,12 @@ </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> + <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR</environment_variable> <environment_variable action="set_to" name="MATPLOTLIB_ROOT_DIR">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$ENV[LIBPNG_LIB_PATH]</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_LIB_PATH]</environment_variable> </action> </actions> </install>
