Mercurial > repos > bgruening > package_numpy_1_7
comparison tool_dependencies.xml @ 4:ec80bba4bccb
Uploaded
author | bgruening |
---|---|
date | Sat, 11 May 2013 16:06:57 -0400 |
parents | c3041382815c |
children | 22be3a20e7f3 |
comparison
equal
deleted
inserted
replaced
3:c3041382815c | 4:ec80bba4bccb |
---|---|
5 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> | 5 <action type="download_by_url">https://pypi.python.org/packages/source/n/numpy/numpy-1.7.1.tar.gz</action> |
6 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 6 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | 7 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> |
8 <action type="set_environment"> | 8 <action type="set_environment"> |
9 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> | 9 <environment_variable name="PYTHONPATH" action="append_to">$INSTALL_DIR/lib/python</environment_variable> |
10 <environment_variable name="PYTHONPATH_NUMPY" action="set_to">$INSTALL_DIR/lib/python</environment_variable> | |
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
11 </action> | 12 </action> |
12 </actions> | 13 </actions> |
13 </install> | 14 </install> |
14 <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran).</readme> | 15 <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY.</readme> |
15 </package> | 16 </package> |
16 </tool_dependency> | 17 </tool_dependency> |