Mercurial > repos > iuc > package_numpy_1_7
comparison tool_dependencies.xml @ 5:11099cc214d5 draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 26 Feb 2015 22:37:25 -0500 |
| parents | 6a7842f2f960 |
| children | 1bef6ee2e52d |
comparison
equal
deleted
inserted
replaced
| 4:6a7842f2f960 | 5:11099cc214d5 |
|---|---|
| 19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 19 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
| 20 </action> | 20 </action> |
| 21 <action type="set_environment"> | 21 <action type="set_environment"> |
| 22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 22 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 23 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 24 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable> | |
| 24 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> | 25 <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> |
| 25 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> | 26 <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> |
| 26 </action> | 27 </action> |
| 27 </actions> | 28 </actions> |
| 28 </install> | 29 </install> |
