comparison tool_dependencies.xml @ 22:d97ad8847fc4

Uploaded
author bgruening
date Thu, 23 May 2013 17:27:20 -0400
parents f2c19c75befd
children 476a503cfcb3
comparison
equal deleted inserted replaced
21:f2c19c75befd 22:d97ad8847fc4
1 <?xml version="1.0"?>
1 <tool_dependency> 2 <tool_dependency>
2 <package name="numpy" version="1.7.1"> 3 <package name="numpy" version="1.7.1">
3 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="ec80bba4bccb" prior_installation_required="True" /> 4 <repository changeset_revision="7283651b62fe" name="package_numpy_1_7" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
4 </package> 5 </package>
5 <package name="freetype" version="2.4.11"> 6 <package name="freetype" version="2.4.11">
6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" /> 7 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
7 </package> 8 </package>
8 <package name="matplotlib" version="1.2.1"> 9 <package name="matplotlib" version="1.2.1">
9 <install version="1.0"> 10 <install version="1.0">
10 <actions> 11 <actions>
11 <!-- first action is always downloading --> 12 <!-- first action is always downloading -->
12 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> 13 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
13 14
14 <!-- populate the environment variables from the dependend repos --> 15 <!-- populate the environment variables from the dependend repos -->
15 <action type="set_environment_for_install"> 16 <action type="set_environment_for_install">
16 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="ec80bba4bccb"> 17 <repository changeset_revision="7283651b62fe" name="package_numpy_1_7" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
17 <package name="numpy" version="1.7.1" /> 18 <package name="numpy" version="1.7.1" />
18 </repository> 19 </repository>
19 </action> 20 </action>
20 <action type="set_environment_for_install"> 21 <action type="set_environment_for_install">
21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25"> 22 <repository changeset_revision="4e54e357ac25" name="package_freetype_2_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
22 <package name="freetype" version="2.4.11" /> 23 <package name="freetype" version="2.4.11" />
23 </repository> 24 </repository>
24 </action> 25 </action>
25 26
26 <!-- install matplotlib --> 27 <!-- install matplotlib -->
28 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY &amp;&amp; 29 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY &amp;&amp;
29 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ &amp;&amp; 30 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIR/freetype2/ &amp;&amp;
30 export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp; 31 export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp;
31 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> 32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
32 <action type="set_environment"> 33 <action type="set_environment">
33 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> 34 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
34 </action> 35 </action>
35 </actions> 36 </actions>
36 </install> 37 </install>
37 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> 38 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
38 </package> 39 </package>