# HG changeset patch # User greg # Date 1468416341 14400 # Node ID 21dc096c019f9acf92314957427a62c2305b86da # Parent e1d0a5f57c75a6375b5b3c339418e8c419f6d021 Uploaded diff -r e1d0a5f57c75 -r 21dc096c019f tool_dependencies.xml --- a/tool_dependencies.xml Wed Jul 13 08:56:29 2016 -0400 +++ b/tool_dependencies.xml Wed Jul 13 09:25:41 2016 -0400 @@ -77,7 +77,7 @@ export CPLUS_INCLUDE_PATH=$INSTALL_DIR/vtk/include/vtk-6.3 && export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && export LD_LIBRARY_PATH=$INSTALL_DIR/vtk/lib && - $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda + $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda && $INSTALL_DIR/anaconda/bin/python setup.py install --prefix=$INSTALL_DIR/anaconda @@ -157,15 +157,9 @@ icqsol - export PATH=$INSTALL_DIR/anaconda/bin:$INSTALL_DIR/vtk/bin:$PATH && - export PYTHONPATH=$INSTALL_DIR/anaconda && - export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && - export C_INCLUDE_PATH=$INSTALL_DIR/vtk/include/vtk-6.3 && - export CPLUS_INCLUDE_PATH=$INSTALL_DIR/vtk/include/vtk-6.3 && - export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && - export DYLD_LIBRARY_PATH=$INSTALL_DIR/vtk/lib && - $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda - $INSTALL_DIR/anaconda/bin/python setup.py install --prefix=$INSTALL_DIR/anaconda + export PATH=$INSTALL_DIR/bin:$PATH && + $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && + $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR