# HG changeset patch # User iuc # Date 1423755504 18000 # Node ID d470054f3a5de9cea2a225a9e14e718135ada842 # Parent 36b2ca3477c29177de2d789107ddd28bd359341b Uploaded diff -r 36b2ca3477c2 -r d470054f3a5d tool_dependencies.xml --- a/tool_dependencies.xml Thu Oct 09 05:20:54 2014 -0400 +++ b/tool_dependencies.xml Thu Feb 12 10:38:24 2015 -0500 @@ -1,34 +1,39 @@ - - - - - - - https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d - - - - - - $INSTALL_DIR/lib/python - + + + + + + + + + + https://pypi.python.org/packages/source/s/scipy/scipy-0.14.0.tar.gz#md5=d7c7f4ccf8b07b08d6fe49d5cd51f85d + + + + + + + + + $INSTALL_DIR/lib/python + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && - export PATH=$PATH:$PATH_NUMPY && - export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY && + export ATLAS=$ATLAS_ROOT_PATH && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin - - $INSTALL_DIR/lib/python - $INSTALL_DIR/bin - $ENV[PYTHONPATH_NUMPY] - $ENV[PATH_NUMPY] - $INSTALL_DIR/lib/python - $INSTALL_DIR/bin - - - - Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY. - + + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + $ENV[PYTHONPATH_NUMPY] + $ENV[PATH_NUMPY] + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + + + + Compiling scipy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for scipy can be accessed through PYTHONPATH_SCIPY and the binaries with PATH_SCIPY. +