# HG changeset patch # User iuc # Date 1401721235 14400 # Node ID 0f9f634dec8a7138c56b96d9456c39296f865891 Uploaded diff -r 000000000000 -r 0f9f634dec8a tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 02 11:00:35 2014 -0400 @@ -0,0 +1,22 @@ + + + + + + https://pypi.python.org/packages/source/n/numpy/numpy-1.8.1.tar.gz + $INSTALL_DIR/lib/python + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin + + + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + $INSTALL_DIR/lib/python + $INSTALL_DIR/bin + + + + Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY and the binaries with PATH_NUMPY. + +