Mercurial > repos > pjbriggs > macs21
comparison tool_dependencies.xml @ 13:0a772556df47 draft
Uploaded
author | pjbriggs |
---|---|
date | Mon, 15 Jun 2015 08:17:26 -0400 |
parents | 69d143b8f19a |
children | 8565787129c9 |
comparison
equal
deleted
inserted
replaced
12:69d143b8f19a | 13:0a772556df47 |
---|---|
49 <package name="numpy" version="1.9" /> | 49 <package name="numpy" version="1.9" /> |
50 </repository> | 50 </repository> |
51 </action> | 51 </action> |
52 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 52 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
53 <action type="shell_command"> | 53 <action type="shell_command"> |
54 echo PWD is: ; | |
54 pwd ; | 55 pwd ; |
55 echo $PYTHONPATH ; | 56 echo PYTHONPATH is $PYTHONPATH ; |
57 echo About to do the operations: ; | |
56 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 58 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
57 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 59 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
58 </action> | 60 </action> |
59 <action type="set_environment"> | 61 <action type="set_environment"> |
60 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 62 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |