comparison tool_dependencies.xml @ 2:a3154129061f draft

Uploaded
author iuc
date Thu, 09 Oct 2014 06:06:09 -0400
parents 8e53bbb04516
children 2c9ca7a214de
comparison
equal deleted inserted replaced
1:8e53bbb04516 2:a3154129061f
24 <package name="matplotlib" version="1.4" /> 24 <package name="matplotlib" version="1.4" />
25 </repository> 25 </repository>
26 </action> 26 </action>
27 27
28 <action type="make_directory">$INSTALL_DIR/lib/python</action> 28 <action type="make_directory">$INSTALL_DIR/lib/python</action>
29 <action language="cheetah" type="template_command"> 29 <action type="template_command">
30 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python &amp;&amp; 30 export PYTHONPATH=$INSTALL_DIR/lib/python:$PYTHONPATH: &amp;&amp;
31 31 python setup.py install --install-lib $INSTALL_DIR/lib/python
32 export PATH=\$PATH:$env.PATH_NUMPY &amp;&amp;
33 export PYTHONPATH=\$PYTHONPATH:$env.PYTHONPATH_NUMPY:$env.PYTHONPATH_SCIPY:$env.PYTHONPATH_MATPLOTLIB &amp;&amp;
34
35 python setup.py install --install-lib $env.INSTALL_DIR/lib/python
36 </action> 32 </action>
37 <action type="set_environment"> 33 <action type="set_environment">
38 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 34 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
39 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 35 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
40 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> 36 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>