# HG changeset patch # User iuc # Date 1412846454 14400 # Node ID 36b2ca3477c29177de2d789107ddd28bd359341b Imported from capsule None diff -r 000000000000 -r 36b2ca3477c2 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Oct 09 05:20:54 2014 -0400 @@ -0,0 +1,34 @@ + + + + + + + + + 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 && + 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. + +