Mercurial > repos > bgruening > package_matplotlib_1_2
comparison tool_dependencies.xml @ 19:ae165d9e610a
Uploaded
| author | bgruening |
|---|---|
| date | Thu, 25 Apr 2013 10:55:41 -0400 |
| parents | b0c9b976b4d9 |
| children | 64b20a011233 |
comparison
equal
deleted
inserted
replaced
| 18:b0c9b976b4d9 | 19:ae165d9e610a |
|---|---|
| 6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" /> | 6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" /> |
| 7 </package> | 7 </package> |
| 8 <package name="matplotlib" version="1.2.1"> | 8 <package name="matplotlib" version="1.2.1"> |
| 9 <install version="1.0"> | 9 <install version="1.0"> |
| 10 <actions> | 10 <actions> |
| 11 <!-- first action is always downloading --> | |
| 11 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> | 12 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> |
| 12 | 13 |
| 13 | 14 <!-- populate the environment variables from the dependend repos --> |
| 14 <action type="set_environment_for_install"> | 15 <action type="set_environment_for_install"> |
| 15 <package name="numpy" version="1.7.1"> | 16 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c"> |
| 16 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" /> | 17 <package name="numpy" version="1.7.1" /> |
| 17 </package> | 18 </repository> |
| 18 </action> | 19 </action> |
| 19 <action type="set_environment_for_install"> | 20 <action type="set_environment_for_install"> |
| 20 <package name="freetype" version="2.4.11"> | 21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25"> |
| 21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" /> | 22 <package name="freetype" version="2.4.11" /> |
| 22 </package> | 23 </repository> |
| 23 </action> | 24 </action> |
| 24 <action type="shell_command">echo $FREETYPE_INCLUDE_DIR</action> | |
| 25 | 25 |
| 26 | 26 <!-- install matplotlib --> |
| 27 | |
| 28 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 27 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 29 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 28 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 30 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && | 29 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ && |
| 31 export LIBRARY_PATH=$FREETYPE_LIB_DIR && | 30 export LIBRARY_PATH=$FREETYPE_LIB_DIR && |
| 32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | 31 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> |
