Mercurial > repos > yhoogstrate > package_crossmap_0_1_8
changeset 9:44d7480b2ed6 draft
Uploaded
| author | yhoogstrate |
|---|---|
| date | Wed, 22 Jul 2015 07:10:06 -0400 |
| parents | 7fe7624f4d75 |
| children | d7dedd95ac6f |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Jul 22 07:00:22 2015 -0400 +++ b/tool_dependencies.xml Wed Jul 22 07:10:06 2015 -0400 @@ -22,11 +22,14 @@ </repository> </action> + <!-- CrossMap doesn't pick up the correct Cython path. + Therefore install it with a manual shell_command instead + of <package></package> inside the pyton_env. --> <action type="shell_command"> export PYTHONPATH="$CYTHON_PATH/lib/python/Cython-0.20.1-py2.7-linux-x86_64.egg:$PYTHONPATH" && - echo $PYTHONPATH > /tmp/test3.txt - - python setup.py install --root=$INSTALL_DIR + + export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && + python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment">
