comparison tool_dependencies.xml @ 11:6db62ed2ef61

Uploaded
author bgruening
date Wed, 24 Apr 2013 17:41:28 -0400
parents a5e3668a9beb
children 36a80d6f847e
comparison
equal deleted inserted replaced
10:a5e3668a9beb 11:6db62ed2ef61
4 --> 4 -->
5 <package name="numpy" version="1.7.1"> 5 <package name="numpy" version="1.7.1">
6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="test" changeset_revision="c3041382815c" prior_installation_required="True" /> 6 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="test" changeset_revision="c3041382815c" prior_installation_required="True" />
7 </package> 7 </package>
8 <package name="freetype" version="2.4.11"> 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" /> 9 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" />
10 </package> 10 </package>
11 <package name="matplotlib" version="1.2.1"> 11 <package name="matplotlib" version="1.2.1">
12 <install version="1.0"> 12 <install version="1.0">
13 <actions> 13 <actions>
14 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
15 <action type="set_environmnet_for_install"> 14 <action type="set_environmnet_for_install">
16 <package name="numpy" version="1.7.1"> 15 <package name="numpy" version="1.7.1">
17 <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" />
18 </package> 17 </package>
19 </action> 18 </action>
20 <action type="set_environmnet_for_install"> 19 <action type="set_environmnet_for_install">
21 <package name="freetype" version="2.4.11"> 20 <package name="freetype" version="2.4.11">
22 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4f0594960cbe" /> 21 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" />
23 </package> 22 </package>
24 </action> 23 </action>
24
25 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
25 <action type="make_directory">$INSTALL_DIR/lib/python</action> 26 <action type="make_directory">$INSTALL_DIR/lib/python</action>
26 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 27 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
27 export CPLUS_INCLUDE_PATH=$FREETYPE_INSTALL_DIR/include:$FREETYPE_INSTALL_DIR/include/freetype2/ &amp;&amp; 28 export CPLUS_INCLUDE_PATH=$FREETYPE_INSTALL_DIR/include:$FREETYPE_INSTALL_DIR/include/freetype2/ &amp;&amp;
28 export LIBRARY_PATH=$FREETYPE_INSTALL_DIR/lib/ &amp;&amp; 29 export LIBRARY_PATH=$FREETYPE_INSTALL_DIR/lib/ &amp;&amp;
29 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> 30 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>