# HG changeset patch # User iuc # Date 1423673578 18000 # Node ID b1ad6ce343e1615b103bb3bec8097592d89a99be # Parent ef12a3a11d5bdc99219b220e09ba4f44342604a8 Uploaded diff -r ef12a3a11d5b -r b1ad6ce343e1 tool_dependencies.xml --- a/tool_dependencies.xml Wed Dec 11 12:51:05 2013 -0500 +++ b/tool_dependencies.xml Wed Feb 11 11:52:58 2015 -0500 @@ -1,12 +1,21 @@ + + + https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz $INSTALL_DIR/lib/python + + + + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + export ATLAS=$ATLAS_ROOT_PATH && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin @@ -14,7 +23,7 @@ $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.