Hi all,

I was told that updates to packages owned by devteam should just be sent
here, since there is no public repo.

I have patches for the libxml2 and libxslt tool_dependency.xml's, that set
some more environment variables that my tool needs (specifically, the
python lxml package needs some of these). Can they be applied to the
official packages?

Jan
diff -r 3af7ad13a6fb tool_dependencies.xml
--- a/tool_dependencies.xml     Wed Dec 11 15:03:25 2013 -0500
+++ b/tool_dependencies.xml     Mon Aug 04 12:01:37 2014 +0200
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
 <tool_dependency>
     <package name="libxml2" version="2.9.1">
         <install version="1.0">
@@ -8,6 +9,10 @@
                 <action type="set_environment">
                     <environment_variable name="PKG_CONFIG_PATH" 
action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <environment_variable name="PATH" 
action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" 
action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="LIBRARY_PATH" 
action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" 
action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" 
action="prepend_to">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions>
         </install>
diff -r 039b04adcfee tool_dependencies.xml
--- a/tool_dependencies.xml     Tue Feb 25 14:26:13 2014 -0500
+++ b/tool_dependencies.xml     Mon Aug 04 12:22:15 2014 +0200
@@ -17,6 +17,10 @@
                 <action type="set_environment">
                   <environment_variable action="prepend_to" 
name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                     <environment_variable action="prepend_to" 
name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable name="LD_LIBRARY_PATH" 
action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="LIBRARY_PATH" 
action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" 
action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" 
action="prepend_to">$INSTALL_DIR/include</environment_variable>
                 </action>
             </actions>
         </install>
___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  http://lists.bx.psu.edu/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Reply via email to