Mercurial > repos > iuc > package_scipy_0_12
diff tool_dependencies.xml @ 4:4b2ef8519550 draft
Uploaded
| author | iuc |
|---|---|
| date | Thu, 16 Jan 2014 16:58:17 -0500 |
| parents | 3c1bf479158c |
| children | a983dc7c8103 |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Oct 30 10:23:46 2013 -0400 +++ b/tool_dependencies.xml Thu Jan 16 16:58:17 2014 -0500 @@ -21,9 +21,9 @@ python setup.py install --install-lib $env.INSTALL_DIR/lib/python --install-scripts $env.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="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> - <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> + <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> <environment_variable action="set_to" name="PYTHONPATH_SCIPY">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="set_to" name="PATH_SCIPY">$INSTALL_DIR/bin</environment_variable>
