Mercurial > repos > iuc > package_deeptools_1_5_9
changeset 4:59e1631c2f09 draft
Uploaded
author | bgruening |
---|---|
date | Thu, 26 Feb 2015 12:25:37 -0500 |
parents | ebb8126cb112 |
children | 9953dda72a1c |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Feb 26 08:37:37 2015 -0500 +++ b/tool_dependencies.xml Thu Feb 26 12:25:37 2015 -0500 @@ -7,7 +7,7 @@ <repository changeset_revision="6a7842f2f960" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="matplotlib" version="1.2.1"> - <repository changeset_revision="b08a9f0f28ec" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="81e2784a1e85" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="scipy" version="0.12.0"> <repository changeset_revision="6d8201c2a767" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> @@ -35,7 +35,7 @@ <repository changeset_revision="6a7842f2f960" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.7.1" /> </repository> - <repository changeset_revision="b08a9f0f28ec" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="81e2784a1e85" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="matplotlib" version="1.2.1" /> </repository> <repository changeset_revision="6d8201c2a767" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> @@ -67,6 +67,7 @@ <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> <!-- include matplotlib --> <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[MATPLOTLIB_LIB_PATH]</environment_variable> <!-- include scipy --> <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable>