comparison tool_dependencies.xml @ 90:c174a815da9c

add LIBRARY_PATH variable
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 17:13:41 +0200
parents 8a712d393559
children 20639b08d781
comparison
equal deleted inserted replaced
89:8a712d393559 90:c174a815da9c
40 </action> 40 </action>
41 41
42 <!-- install lxml manually, as the setup_virtualenv action does not include the environment 42 <!-- install lxml manually, as the setup_virtualenv action does not include the environment
43 from set_environment_for_install but shell_command does --> 43 from set_environment_for_install but shell_command does -->
44 <action type="shell_command"> 44 <action type="shell_command">
45 export LIBRARY_PATH="$ZLIB_ROOT_PATH/lib:$LIBRARY_PATH"
45 $INSTALL_DIR/venv/bin/pip install lxml==3.3.5 46 $INSTALL_DIR/venv/bin/pip install lxml==3.3.5
46 </action> 47 </action>
47 48
48 <action type="set_environment"> 49 <action type="set_environment">
49 <!-- add libxml2 library path so the runtime can find the shared library --> 50 <!-- add libxml2 library path so the runtime can find the shared library -->