changeset 2:7066d625eb36 draft default tip

Uploaded
author devteam
date Tue, 04 Feb 2014 14:47:52 -0500
parents 58279878f849
children
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Feb 04 12:36:05 2014 -0500
+++ b/tool_dependencies.xml	Tue Feb 04 14:47:52 2014 -0500
@@ -26,18 +26,12 @@
                 </action>
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">
-                    export R_HOME=$R_HOME &amp;&amp; \
-                    export R_LIBS=$R_LIBS &amp;&amp; \
-                    export PATH=$PATH &amp;&amp; \
-                    export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; \
-                    export CFLAGS="-I$READLINE_INCLUDES" &amp;&amp; \
-                    export LDFLAGS="-L$READLINE_LIBS" &amp;&amp; \
+                    export PYTHONPATH=$INSTALL_DIR/lib/python &amp;&amp;
+                    export CFLAGS="-I$READLINE_INCLUDES" &amp;&amp;
+                    export LDFLAGS="-L$READLINE_LIBS" &amp;&amp;
                     python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin
                 </action>
                 <action type="set_environment">
-                    <environment_variable action="prepend_to" name="R_HOME">$ENV[R_HOME]</environment_variable>
-                    <environment_variable action="prepend_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable>
-                    <environment_variable action="prepend_to" name="PATH">$ENV[PATH]</environment_variable>
                     <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>