comparison tool_dependencies.xml @ 0:2c5354067ef0

inital upload
author bgruening
date Fri, 12 Apr 2013 10:15:41 -0400
parents
children b895cf27fcdd
comparison
equal deleted inserted replaced
-1:000000000000 0:2c5354067ef0
1 <tool_dependency>
2 <package name="numpy" version="1.7.0">
3 <install version="1.0">
4 <actions>
5 <action type="download_by_url">https://downloads.sourceforge.net/project/matplotlib/matplotlib/matplotlib-1.2.1/matplotlib-1.2.1.tar.gz</action>
6 <action type="make_directory">$INSTALL_DIR/lib/python</action>
7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
8 <action type="set_environment">
9 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable>
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
11 </action>
12 </actions>
13 </install>
14 <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran).</readme>
15 </package>
16 </tool_dependency>