Mercurial > repos > fubar > numpy_lite
diff dependencies/numpy_1.7.0/tool_dependency.xml @ 1:8f35fbbd7818 draft default tip
Uploaded
author | fubar |
---|---|
date | Thu, 06 Jun 2013 06:48:40 -0400 |
parents | a85b67905521 |
children |
line wrap: on
line diff
--- a/dependencies/numpy_1.7.0/tool_dependency.xml Thu Jun 06 06:47:17 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -<?xml version="1.0"?> -<!-- borrowed by Ross Lazarus from Lance Parson's htseq code --> -<tool_dependency> - <package name="numpy_1.7.1" version="1.7.1"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> - <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> - <action type="set_environment"> - <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - </action> - </actions> - </install> - <readme> - </readme> - </package> -</tool_dependency> - - -