# HG changeset patch # User iuc # Date 1432061983 14400 # Node ID 13b249f6ba9af9531145472d7dc30e1ea184cf90 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_numpy_1_8 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 13b249f6ba9a tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 14:59:43 2015 -0400 @@ -0,0 +1,32 @@ + + + + + + + + + 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 && + 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[ATLAS_LIB_DIR] + $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. + +