Mercurial > repos > iuc > package_scipy_0_12
comparison tool_dependencies.xml @ 9:20d1dd0220d7 draft
Uploaded
author | iuc |
---|---|
date | Wed, 25 Feb 2015 16:16:21 -0500 |
parents | 5b18d757a13e |
children | cfbbe183f8a7 |
comparison
equal
deleted
inserted
replaced
8:5b18d757a13e | 9:20d1dd0220d7 |
---|---|
20 </action> | 20 </action> |
21 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 21 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
22 <action type="shell_command"> | 22 <action type="shell_command"> |
23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
24 export ATLAS=$ATLAS_ROOT_PATH && | 24 export ATLAS=$ATLAS_ROOT_PATH && |
25 export LD_LIBRARY_PATH=$ATLAS_LIB_DIR:$LD_LIBRARY_PATH && | |
25 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | 26 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
26 </action> | 27 </action> |
27 <action type="set_environment"> | 28 <action type="set_environment"> |
28 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 29 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 30 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
30 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | 31 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> |
31 <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="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable> | |
32 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> | 34 <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> |
33 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> | 35 <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> |
34 </action> | 36 </action> |
35 </actions> | 37 </actions> |
36 </install> | 38 </install> |