view tool_dependencies.xml @ 82:3338571b44cd

first attempt at running on python 2.6
author Jan Kanis <jan.code@jankanis.nl>
date Mon, 23 Jun 2014 17:11:58 +0200
parents c546e759bf2a
children 0b5819dc1478
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="libxml2" version="2.9.1">
    <repository name="package_libxml2_2_9_1" owner="jankanis" prior_installation_required="True"
                toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="98807f0505f0" />
  </package>

  <package name="libxslt" version="1.1.28">
    <repository name="package_libxslt_1_1_28" owner="devteam" prior_installation_required="True"
                toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee" />
  </package>

  <package name="blast2html_venv" version="0.1">
    <install version="1.0">
      <actions>
        <action type="set_environment_for_install">
          <repository name="package_libxml2_2_9_1" owner="jankanis"
                      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="98807f0505f0">
            <package name="libxml2" version="2.9.1" />
          </repository>
          <repository name="package_libxslt_1_1_28" owner="devteam"
                      toolshed="http://toolshed.g2.bx.psu.edu" changeset_revision="039b04adcfee">
            <package name="libxslt" version="1.1.28" />
          </repository>
        </action>

	<action type="setup_virtualenv">
	  lxml==2.9.1
	  jinja2==2.7.3
	</action>
        
        <action type="set_environment">
          <!-- To find shared libraries such as libssl or libxml2 -->
          <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LD_LIBRARY_PATH]</environment_variable>
          <!-- libxml2 doesn't actually export its own LD_LIBRARY_PATH -->
          <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[LIBXML_ROOT_PATH]/lib</environment_variable>
        </action>
      </actions>
    </install>
    <readme>A Python 2 virtual environment that includes the python packages blast2html depends on, which are lxml and jinja2.</readme>
  </package>

</tool_dependency>