Mercurial > repos > fubar > package_r303
comparison tool_dependencies.xml @ 2:a2eb7a5a82c6 draft
Uploaded
| author | fubar |
|---|---|
| date | Thu, 27 Feb 2014 05:07:47 -0500 |
| parents | 826f08ed8859 |
| children | 4c934f6b342e |
comparison
equal
deleted
inserted
replaced
| 1:826f08ed8859 | 2:a2eb7a5a82c6 |
|---|---|
| 21 <action type="make_directory">$INSTALL_DIR</action> | 21 <action type="make_directory">$INSTALL_DIR</action> |
| 22 <action type="shell_command"> | 22 <action type="shell_command"> |
| 23 ./configure --prefix=$INSTALL_DIR CPPFLAGS=-I$READLINE_INCLUDE_PATH LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -lreadline -lncurses" --enable-R-shlib --with-x=no | 23 ./configure --prefix=$INSTALL_DIR CPPFLAGS=-I$READLINE_INCLUDE_PATH LDFLAGS="-L$READLINE_LIB_PATH -L$NCURSES_LIB_PATH -lreadline -lncurses" --enable-R-shlib --with-x=no |
| 24 </action> | 24 </action> |
| 25 <action type="set_environment"> | 25 <action type="set_environment"> |
| 26 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> | 26 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable> |
| 27 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> | 27 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable> |
| 28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 29 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/R/lib</environment_variable> | 29 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/R/lib</environment_variable> |
| 30 <environment_variable action="set_to" name="RHOME">$INSTALL_DIR/lib/R</environment_variable> | 30 <environment_variable action="set_to" name="RHOME">$INSTALL_DIR</environment_variable> |
| 31 <environment_variable action="set_to" name="R_PATH">$INSTALL_DIR/bin</environment_variable> | 31 <environment_variable action="set_to" name="R_PATH">$INSTALL_DIR/bin</environment_variable> |
| 32 </action> | 32 </action> |
| 33 </actions> | 33 </actions> |
| 34 </install> | 34 </install> |
| 35 <readme>Modified from an older version of R by Boris by Ross Lazarus for R 3.0 | 35 <readme>Modified from an older version of R by Boris by Ross Lazarus for R 3.0 |
