changeset 1:52c11d398790 draft default tip

planemo upload for repository https://github.com/phac-nml/galaxy_tools/tree/master/packages/package_python_3_4_cython_0_23_4 commit e2554dc878f6abf1c02ed9e6e4f4440ed32b02aa-dirty
author nml
date Thu, 07 Jul 2016 13:03:23 -0400
parents c065e365766c
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jul 07 09:55:46 2016 -0400
+++ b/tool_dependencies.xml	Thu Jul 07 13:03:23 2016 -0400
@@ -22,7 +22,9 @@
                     <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
                     <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
-                    </action>
+                    <environment_variable action="set_to" name="PYTHONPATH_CYTHON">$INSTALL_DIR/lib/python</environment_variable>
+                    <environment_variable action="set_to" name="PATH_CYTHON">$INSTALL_DIR/bin</environment_variable>
+                </action>
             </actions>
         </install>
         <readme>Cython package</readme>