Repository 'blast2html'
hg clone https://toolshed.g2.bx.psu.edu/repos/jankanis/blast2html

Changeset 90:c174a815da9c (2014-06-24)
Previous changeset 89:8a712d393559 (2014-06-24) Next changeset 91:20639b08d781 (2014-06-24)
Commit message:
add LIBRARY_PATH variable
modified:
tool_dependencies.xml
b
diff -r 8a712d393559 -r c174a815da9c tool_dependencies.xml
--- a/tool_dependencies.xml Tue Jun 24 17:07:46 2014 +0200
+++ b/tool_dependencies.xml Tue Jun 24 17:13:41 2014 +0200
b
@@ -42,6 +42,7 @@
  <!-- install lxml manually, as the setup_virtualenv action does not include the environment
       from set_environment_for_install but shell_command does -->
  <action type="shell_command">
+   export LIBRARY_PATH="$ZLIB_ROOT_PATH/lib:$LIBRARY_PATH"
    $INSTALL_DIR/venv/bin/pip install lxml==3.3.5
  </action>