# HG changeset patch # User bernhardlutz # Date 1390742128 18000 # Node ID a2b040ce72d71c3085292ca96d76e85bb1be9352 # Parent 5744015104ae2541ddff555d6004217bc7e3f554 Uploaded diff -r 5744015104ae -r a2b040ce72d7 tool_dependencies.xml --- a/tool_dependencies.xml Fri Jan 24 05:04:07 2014 -0500 +++ b/tool_dependencies.xml Sun Jan 26 08:15:28 2014 -0500 @@ -17,6 +17,9 @@ <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> <package name="R_3_0_1" version="3.0.1" /> </repository> + <repository changeset_revision="f62fa47b852d" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> + <package name="ncurses" version="5.9" /> + </repository> </action> <action type="shell_command"> @@ -28,6 +31,7 @@ <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[READLINE_LIB_PATH]</environment_variable> + <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable> <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[RHOME]/lib</environment_variable> </action> </actions>