Mercurial > repos > iuc > package_numpy_1_7
comparison tool_dependencies.xml @ 4:ef12a3a11d5b draft
Uploaded
author | bgruening |
---|---|
date | Wed, 11 Dec 2013 12:51:05 -0500 |
parents | 796c0081adad |
children | b1ad6ce343e1 |
comparison
equal
deleted
inserted
replaced
3:796c0081adad | 4:ef12a3a11d5b |
---|---|
8 <action type="shell_command"> | 8 <action type="shell_command"> |
9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 9 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 10 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
11 </action> | 11 </action> |
12 <action type="set_environment"> | 12 <action type="set_environment"> |
13 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 13 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 14 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
15 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> | 15 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> |
16 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> | 16 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> |
17 </action> | 17 </action> |
18 </actions> | 18 </actions> |