Mercurial > repos > iuc > package_scipy_0_12
changeset 9:20d1dd0220d7 draft
Uploaded
author | iuc |
---|---|
date | Wed, 25 Feb 2015 16:16:21 -0500 |
parents | 5b18d757a13e |
children | cfbbe183f8a7 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Feb 24 17:42:06 2015 -0500 +++ b/tool_dependencies.xml Wed Feb 25 16:16:21 2015 -0500 @@ -22,6 +22,7 @@ <action type="shell_command"> export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && export ATLAS=$ATLAS_ROOT_PATH && + export LD_LIBRARY_PATH=$ATLAS_LIB_DIR:$LD_LIBRARY_PATH && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> @@ -29,6 +30,7 @@ <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[ATLAS_LIB_DIR]</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable> </action>