Mercurial > repos > fubar > package_r303
comparison tool_dependencies.xml @ 3:4c934f6b342e draft default tip
Uploaded
| author | fubar |
|---|---|
| date | Thu, 27 Feb 2014 05:59:48 -0500 |
| parents | a2eb7a5a82c6 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:a2eb7a5a82c6 | 3:4c934f6b342e |
|---|---|
| 18 <package name="ncurses" version="5.9" /> | 18 <package name="ncurses" version="5.9" /> |
| 19 </repository> | 19 </repository> |
| 20 </action> | 20 </action> |
| 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 && make && make install |
| 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</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> |
