Mercurial > repos > fubar > package_cython_0_19_1
changeset 1:f2f6ebdd6801 draft
Uploaded
author | fubar |
---|---|
date | Wed, 28 Aug 2013 00:41:27 -0400 |
parents | cf0a4294fcb7 |
children | 4c67294b22d1 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Aug 28 00:34:37 2013 -0400 +++ b/tool_dependencies.xml Wed Aug 28 00:41:27 2013 -0400 @@ -6,7 +6,7 @@ <action type="download_by_url">http://cython.org/release/Cython-0.19.1.tar.gz</action> <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise --> - <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py install</action> + <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py build</action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> </action>