Mercurial > repos > iuc > macs2
comparison tool_dependencies.xml @ 5:a83ea372ddd1 draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 16 Jan 2014 17:53:00 -0500 |
| parents | 9c88d83c2690 |
| children | 97449a3c1f27 |
comparison
equal
deleted
inserted
replaced
| 4:9c88d83c2690 | 5:a83ea372ddd1 |
|---|---|
| 22 </repository> | 22 </repository> |
| 23 </action> | 23 </action> |
| 24 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 24 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 25 <action type="shell_command"> | 25 <action type="shell_command"> |
| 26 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 26 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
| 27 python setup.py install --install-lib $INSTALL_DIR/lib/python | 27 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $env.INSTALL_DIR/bin |
| 28 </action> | 28 </action> |
| 29 <action type="set_environment"> | 29 <action type="set_environment"> |
| 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 30 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 31 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 31 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
| 32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | 32 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> |
| 33 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
| 33 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> | 34 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable> |
| 34 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable> | 35 <environment_variable action="set_to" name="PYTHONPATH_MACS2">$INSTALL_DIR/lib/python</environment_variable> |
| 35 </action> | 36 </action> |
| 36 </actions> | 37 </actions> |
| 37 </install> | 38 </install> |
