Mercurial > repos > boris > package_rpy2_2_2
comparison tool_dependencies.xml @ 2:7066d625eb36 draft default tip
Uploaded
| author | devteam |
|---|---|
| date | Tue, 04 Feb 2014 14:47:52 -0500 |
| parents | 58279878f849 |
| children |
comparison
equal
deleted
inserted
replaced
| 1:58279878f849 | 2:7066d625eb36 |
|---|---|
| 24 <package name="R" version="2.15.0" /> | 24 <package name="R" version="2.15.0" /> |
| 25 </repository> | 25 </repository> |
| 26 </action> | 26 </action> |
| 27 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 27 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
| 28 <action type="shell_command"> | 28 <action type="shell_command"> |
| 29 export R_HOME=$R_HOME && \ | 29 export PYTHONPATH=$INSTALL_DIR/lib/python && |
| 30 export R_LIBS=$R_LIBS && \ | 30 export CFLAGS="-I$READLINE_INCLUDES" && |
| 31 export PATH=$PATH && \ | 31 export LDFLAGS="-L$READLINE_LIBS" && |
| 32 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && \ | |
| 33 export CFLAGS="-I$READLINE_INCLUDES" && \ | |
| 34 export LDFLAGS="-L$READLINE_LIBS" && \ | |
| 35 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin | 32 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin |
| 36 </action> | 33 </action> |
| 37 <action type="set_environment"> | 34 <action type="set_environment"> |
| 38 <environment_variable action="prepend_to" name="R_HOME">$ENV[R_HOME]</environment_variable> | |
| 39 <environment_variable action="prepend_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable> | |
| 40 <environment_variable action="prepend_to" name="PATH">$ENV[PATH]</environment_variable> | |
| 41 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | 35 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> |
| 42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 36 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 43 </action> | 37 </action> |
| 44 </actions> | 38 </actions> |
| 45 </install> | 39 </install> |
