comparison tool_dependencies.xml @ 7:26cc4c64292b

Uploaded
author bgruening
date Wed, 24 Apr 2013 15:21:23 -0400
parents 4dddf41a0761
children 91729d9aa042
comparison
equal deleted inserted replaced
6:85bd273c9679 7:26cc4c64292b
1 <tool_dependency> 1 <tool_dependency>
2 <!-- ToDo: numpy dependency, install numpy beforehand.
3 -->
4 <package name="numpy" version="1.7.1">
5 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" prior_installation_required="True" />
6 </package>
7 <package name="matplotlib" version="1.2.1"> 2 <package name="matplotlib" version="1.2.1">
8 <install version="1.0"> 3 <install version="1.0">
9 <actions> 4 <actions>
10 <action type="download_by_url">https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action> 5 <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">
7 <package name="numpy" version="1.7.1">
8 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
9 </package>
10 </action>
11 <action type="shell_command">wget http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action> 11 <action type="shell_command">wget http://downloads.sourceforge.net/project/freetype/freetype2/2.4.11/freetype-2.4.11.tar.bz2</action>
12 <action type="shell_command">tar xfvj freetype-2.4.11.tar.bz2 &amp;&amp; 12 <action type="shell_command">tar xfvj freetype-2.4.11.tar.bz2 &amp;&amp;
13 cd freetype-2.4.11 &amp;&amp; 13 cd freetype-2.4.11 &amp;&amp;
14 ./configure --prefix=$INSTALL_DIR/freetype/build &amp;&amp; 14 ./configure --prefix=$INSTALL_DIR/freetype/build &amp;&amp;
15 make &amp;&amp; 15 make &amp;&amp;
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> 23 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
24 </action> 24 </action>
25 </actions> 25 </actions>
26 </install> 26 </install>
27 <readme>Compiling matplotlib requires a C compiler (typically gcc), freetype2, numpy and libpng.</readme> 27 <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme>
28 </package> 28 </package>
29 </tool_dependency> 29 </tool_dependency>