Mercurial > repos > iuc > package_matplotlib_1_2
comparison tool_dependencies.xml @ 4:fe60617380df draft
Uploaded
author | bgruening |
---|---|
date | Sun, 27 Apr 2014 18:20:34 -0400 |
parents | d639ff3d6b6e |
children | a03ee94316b5 |
comparison
equal
deleted
inserted
replaced
3:d639ff3d6b6e | 4:fe60617380df |
---|---|
5 </package> | 5 </package> |
6 <package name="freetype" version="2.4.11"> | 6 <package name="freetype" version="2.4.11"> |
7 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 7 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.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="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> | 10 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
11 </package> | 11 </package> |
12 <package name="matplotlib" version="1.2.1"> | 12 <package name="matplotlib" version="1.2.1"> |
13 <install version="1.0"> | 13 <install version="1.0"> |
14 <actions> | 14 <actions> |
15 <!-- first action is always downloading --> | 15 <!-- first action is always downloading --> |
21 <package name="numpy" version="1.7.1" /> | 21 <package name="numpy" version="1.7.1" /> |
22 </repository> | 22 </repository> |
23 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> | 23 <repository changeset_revision="8761091302c4" name="package_freetype_2_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
24 <package name="freetype" version="2.4.11" /> | 24 <package name="freetype" version="2.4.11" /> |
25 </repository> | 25 </repository> |
26 <repository changeset_revision="7c4a9189b712" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> | 26 <repository changeset_revision="db14a391648d" name="package_libpng_1_6_7" owner="devteam" toolshed="http://toolshed.g2.bx.psu.edu"> |
27 <package name="libpng" version="1.6.7" /> | 27 <package name="libpng" version="1.6.7" /> |
28 </repository> | 28 </repository> |
29 </action> | 29 </action> |
30 | 30 |
31 <!-- install matplotlib --> | 31 <!-- install matplotlib --> |
37 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 37 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
38 </action> | 38 </action> |
39 <action type="set_environment"> | 39 <action type="set_environment"> |
40 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 40 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
41 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 41 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
42 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBPNG_ROOT]/lib</environment_variable> | |
43 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[FREETYPE_LIB_DIR]</environment_variable> | |
42 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | 44 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> |
43 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> | 45 <environment_variable action="set_to" name="PYTHONPATH_MATPLOTLIB">$INSTALL_DIR/lib/python</environment_variable> |
44 </action> | 46 </action> |
45 </actions> | 47 </actions> |
46 </install> | 48 </install> |