comparison tool_dependencies.xml @ 15:783a14714c2f

Uploaded
author bgruening
date Thu, 25 Apr 2013 04:06:31 -0400
parents 27be143d844e
children 966ba30d800e
comparison
equal deleted inserted replaced
14:27be143d844e 15:783a14714c2f
9 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" prior_installation_required="True" /> 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
16
14 <action type="set_environmnet_for_install"> 17 <action type="set_environmnet_for_install">
15 <package name="numpy" version="1.7.1"> 18 <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" /> 19 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
17 </package> 20 </package>
18 </action> 21 </action>
20 <package name="freetype" version="2.4.11"> 23 <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" /> 24 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="4e54e357ac25" />
22 </package> 25 </package>
23 </action> 26 </action>
24 <action type="make_directory">echo $FREETYPE_INCLUDE_DIR</action> 27 <action type="make_directory">echo $FREETYPE_INCLUDE_DIR</action>
25 <action type="download_by_url">http://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> 28
29
30
26 <action type="make_directory">$INSTALL_DIR/lib/python</action> 31 <action type="make_directory">$INSTALL_DIR/lib/python</action>
27 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 32 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
28 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIRfreetype2/ &amp;&amp; 33 export CPLUS_INCLUDE_PATH=$FREETYPE_INCLUDE_DIR:$FREETYPE_INCLUDE_DIRfreetype2/ &amp;&amp;
29 export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp; 34 export LIBRARY_PATH=$FREETYPE_LIB_DIR &amp;&amp;
30 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> 35 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>