Mercurial > repos > iuc > package_matplotlib_1_2
comparison tool_dependencies.xml @ 11:4d3806ad04c2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_matplotlib_1_2 commit e8e971905f5fce11a99d51b1399af45288389d76
| author | iuc |
|---|---|
| date | Thu, 21 May 2015 22:47:06 -0400 |
| parents | 9f3e58477115 |
| children | f8425a8b9a38 |
comparison
equal
deleted
inserted
replaced
| 10:9f3e58477115 | 11:4d3806ad04c2 |
|---|---|
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="numpy" version="1.7.1"> | 3 <package name="numpy" version="1.7.1"> |
| 4 <repository changeset_revision="11099cc214d5" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 4 <repository changeset_revision="11099cc214d5" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 5 </package> | 5 </package> |
| 6 <package name="freetype" version="2.4.11"> | 6 <package name="freetype" version="2.4.11"> |
| 7 <repository changeset_revision="e5a4ce9acfad" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="b9630d50d100" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 8 </package> | 8 </package> |
| 9 <package name="libpng" version="1.6.7"> | 9 <package name="libpng" version="1.6.7"> |
| 10 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> |
| 11 </package> | 11 </package> |
| 12 <package name="tiff" version="4.0.3"> | 12 <package name="tiff" version="4.0.3"> |
| 30 <package name="zlib" version="1.2.8" /> | 30 <package name="zlib" version="1.2.8" /> |
| 31 </repository> | 31 </repository> |
| 32 <repository changeset_revision="11099cc214d5" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 32 <repository changeset_revision="11099cc214d5" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 33 <package name="numpy" version="1.7.1" /> | 33 <package name="numpy" version="1.7.1" /> |
| 34 </repository> | 34 </repository> |
| 35 <repository changeset_revision="e5a4ce9acfad" name="package_freetype_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 35 <repository changeset_revision="b9630d50d100" name="package_freetype_2_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 36 <package name="freetype" version="2.4.11" /> | 36 <package name="freetype" version="2.4.11" /> |
| 37 </repository> | 37 </repository> |
| 38 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> | 38 <repository changeset_revision="833849e0ddfc" name="package_libpng_1_6_7" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 39 <package name="libpng" version="1.6.7" /> | 39 <package name="libpng" version="1.6.7" /> |
| 40 </repository> | 40 </repository> |
| 57 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 57 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
| 58 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_IMAGING]</environment_variable> | 58 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_IMAGING]</environment_variable> |
| 59 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | 59 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> |
| 60 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable> | 60 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable> |
| 61 <environment_variable action="set_to" name="MATPLOTLIB_LIB_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable> | 61 <environment_variable action="set_to" name="MATPLOTLIB_LIB_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable> |
| 62 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[FREETYPE_LIB_DIR]</environment_variable> | |
| 62 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> | 63 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> |
| 63 </action> | 64 </action> |
| 64 </actions> | 65 </actions> |
| 65 </install> | 66 </install> |
| 66 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> | 67 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> |
