Mercurial > repos > bgruening > package_matplotlib_1_2
comparison tool_dependencies.xml @ 9:60b730baeee2
Uploaded
author | bgruening |
---|---|
date | Wed, 24 Apr 2013 16:48:35 -0400 |
parents | 91729d9aa042 |
children | a5e3668a9beb |
comparison
equal
deleted
inserted
replaced
8:91729d9aa042 | 9:60b730baeee2 |
---|---|
1 <tool_dependency> | 1 <tool_dependency> |
2 <!-- | |
3 numpy tool dependency required for matplotlib compilation, ensure the package_numpy_1_7 repository is installed before this repository. | |
4 --> | |
5 <package name="numpy" version="1.7.1"> | |
6 <repository toolshed="http://localhost:9009/" name="package_numpy_1_7" owner="test" changeset_revision="c3041382815c" prior_installation_required="True" /> | |
7 </package> | |
8 <package name="freetype" version="2.4.11"> | |
9 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4f0594960cbe" /> | |
10 </package> | |
2 <package name="matplotlib" version="1.2.1"> | 11 <package name="matplotlib" version="1.2.1"> |
3 <install version="1.0"> | 12 <install version="1.0"> |
4 <actions> | 13 <actions> |
5 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> | 14 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> |
6 <action type="set_environmnet_for_install"> | 15 <action type="set_environmnet_for_install"> |
8 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" /> | 17 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" /> |
9 </package> | 18 </package> |
10 </action> | 19 </action> |
11 <action type="set_environmnet_for_install"> | 20 <action type="set_environmnet_for_install"> |
12 <package name="freetype" version="2.4.11"> | 21 <package name="freetype" version="2.4.11"> |
13 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="ca18154f881c" /> | 22 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4f0594960cbe" /> |
14 </package> | 23 </package> |
15 </action> | 24 </action> |
16 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 25 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
17 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 26 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
18 export CPLUS_INCLUDE_PATH=$FREETYPE_INSTALL_DIR/include:$FREETYPE_INSTALL_DIR/include/freetype2/ && | 27 export CPLUS_INCLUDE_PATH=$FREETYPE_INSTALL_DIR/include:$FREETYPE_INSTALL_DIR/include/freetype2/ && |