Mercurial > repos > bgruening > package_numpy_1_7
changeset 17:1aa6410e151b
Uploaded
author | bgruening |
---|---|
date | Sun, 26 May 2013 05:43:54 -0400 |
parents | 7283651b62fe |
children | ed486cc40881 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu May 23 14:24:42 2013 -0400 +++ b/tool_dependencies.xml Sun May 26 05:43:54 2013 -0400 @@ -26,11 +26,12 @@ python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_NUMPY">$INSTALL_DIR/lib/python</environment_variable> - <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + <environment_variable action="set_to" name="PATH_NUMPY">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> - <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPY.</readme> + <readme>Compiling numpy requires a C and Fortran compiler (typically gcc and gfortran). The PYTHONPATH for numpy can be accessed through PYTHONPATH_NUMPYand the binaries with PATH_NUMPY.</readme> </package> </tool_dependency>