Mercurial > repos > devteam > package_r_3_0_2
comparison tool_dependencies.xml @ 1:956709746799 default tip
Added $RHOME environment variable
author | devteam <devteam@galaxyproject.org> |
---|---|
date | Wed, 30 Apr 2014 12:44:36 -0400 |
parents | ad0076608f8d |
children |
comparison
equal
deleted
inserted
replaced
0:ad0076608f8d | 1:956709746799 |
---|---|
81 <action type="shell_command">sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/lib/R/bin/R</action> | 81 <action type="shell_command">sed -i.bak 's;$INSTALL_DIR;\${R_ROOT_DIR};g' $INSTALL_DIR/lib/R/bin/R</action> |
82 </actions> | 82 </actions> |
83 <action type="set_environment"> | 83 <action type="set_environment"> |
84 <environment_variable action="set_to" name="R_ROOT_DIR">$INSTALL_DIR</environment_variable> | 84 <environment_variable action="set_to" name="R_ROOT_DIR">$INSTALL_DIR</environment_variable> |
85 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> | 85 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> |
86 <environment_variable action="set_to" name="RHOME">$INSTALL_DIR/lib/R</environment_variable> | |
86 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> | 87 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> |
87 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 88 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
88 </action> | 89 </action> |
89 </actions_group> | 90 </actions_group> |
90 </install> | 91 </install> |