Mercurial > repos > iuc > package_python_2_7_scipy_0_14
diff tool_dependencies.xml @ 8:c482361097f5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7_scipy_0_14 commit 936ca4b4641eae2bdfa93885f35f5a9263f9dae1
| author | iuc |
|---|---|
| date | Fri, 22 May 2015 22:43:09 -0400 |
| parents | e9912d06da0c |
| children | 5e063e84dfc5 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu May 21 22:54:44 2015 -0400 +++ b/tool_dependencies.xml Fri May 22 22:43:09 2015 -0400 @@ -4,7 +4,7 @@ <repository changeset_revision="d5b1c7875b7b" name="package_atlas_3_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="numpy" version="1.9"> - <repository changeset_revision="0670a1558f53" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="baf8064f280c" name="package_python_2_7_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="python" version="2.7"> <repository changeset_revision="00d2c3e43807" name="package_python_2_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> @@ -19,7 +19,7 @@ <repository changeset_revision="d5b1c7875b7b" name="package_atlas_3_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="atlas" version="3.10.2" /> </repository> - <repository changeset_revision="0670a1558f53" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> + <repository changeset_revision="baf8064f280c" name="package_python_2_7_numpy_1_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="numpy" version="1.9" /> </repository> <!-- allow downloading and installing an Python package from https://pypi.org/ --> @@ -31,6 +31,7 @@ <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="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]/atlas</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR</environment_variable> <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="SCIPY_ROOT_DIR">$INSTALL_DIR</environment_variable>
