comparison tool_dependencies.xml @ 91:20639b08d781

fix LD_LIBRARY_PATH
author Jan Kanis <jan.code@jankanis.nl>
date Tue, 24 Jun 2014 17:59:12 +0200
parents c174a815da9c
children dede77ad7069
comparison
equal deleted inserted replaced
90:c174a815da9c 91:20639b08d781
46 $INSTALL_DIR/venv/bin/pip install lxml==3.3.5 46 $INSTALL_DIR/venv/bin/pip install lxml==3.3.5
47 </action> 47 </action>
48 48
49 <action type="set_environment"> 49 <action type="set_environment">
50 <!-- 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 -->
51 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LIBXML_ROOT_PATH]/lib</environment_variable> 51 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LD_LIBRARY_PATH]</environment_variable>
52 </action> 52 </action>
53 </actions> 53 </actions>
54 </install> 54 </install>
55 <readme>A Python 2 virtual environment that includes the python packages blast2html depends on, which are lxml and jinja2.</readme> 55 <readme>A Python 2 virtual environment that includes the python packages blast2html depends on, which are lxml and jinja2.</readme>
56 </package> 56 </package>