comparison tool_dependencies.xml @ 8:91729d9aa042

Uploaded
author bgruening
date Wed, 24 Apr 2013 15:52:04 -0400
parents 26cc4c64292b
children 60b730baeee2
comparison
equal deleted inserted replaced
7:26cc4c64292b 8:91729d9aa042
6 <action type="set_environmnet_for_install"> 6 <action type="set_environmnet_for_install">
7 <package name="numpy" version="1.7.1"> 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" /> 8 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_numpy_1_7" owner="bgruening" changeset_revision="c3041382815c" />
9 </package> 9 </package>
10 </action> 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="set_environmnet_for_install">
12 <action type="shell_command">tar xfvj freetype-2.4.11.tar.bz2 &amp;&amp; 12 <package name="freetype" version="2.4.11">
13 cd freetype-2.4.11 &amp;&amp; 13 <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_freetype_2_4" owner="bgruening" changeset_revision="ca18154f881c" />
14 ./configure --prefix=$INSTALL_DIR/freetype/build &amp;&amp; 14 </package>
15 make &amp;&amp; 15 </action>
16 make install</action>
17 <action type="make_directory">$INSTALL_DIR/lib/python</action> 16 <action type="make_directory">$INSTALL_DIR/lib/python</action>
18 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 17 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
19 export CPLUS_INCLUDE_PATH=$INSTALL_DIR/freetype/build/include:$INSTALL_DIR/freetype/build/include/freetype2/ &amp;&amp; 18 export CPLUS_INCLUDE_PATH=$FREETYPE_INSTALL_DIR/include:$FREETYPE_INSTALL_DIR/include/freetype2/ &amp;&amp;
20 export LIBRARY_PATH=$INSTALL_DIR/freetype/build/lib/ &amp;&amp; 19 export LIBRARY_PATH=$FREETYPE_INSTALL_DIR/lib/ &amp;&amp;
21 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> 20 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
22 <action type="set_environment"> 21 <action type="set_environment">
23 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> 22 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
24 </action> 23 </action>
25 </actions> 24 </actions>