# HG changeset patch # User bgruening # Date 1383217993 14400 # Node ID 0a395bcd7efde759f9642e89c654d0d2c0269cf0 # Parent e16e08f41ed774ce334ddbf10a9186f907a5420b Uploaded diff -r e16e08f41ed7 -r 0a395bcd7efd tool_dependencies.xml --- a/tool_dependencies.xml Mon Sep 30 12:22:17 2013 -0400 +++ b/tool_dependencies.xml Thu Oct 31 07:13:13 2013 -0400 @@ -13,22 +13,8 @@ --> - - #set $cmd = './configure' - - ###if env.get('READLINE_LIB_PATH', False): - ## export LDFLAGS=-L$env.READLINE_LIB_PATH && - ## export CPPFLAGS=-I$env.READLINE_INCLUDE_PATH && - ## #set $cmd += ' --with-readline=yes ' - ###else: - ## #set $cmd += ' --with-readline=no ' - ###end if - - - #set $cmd += ' --with-readline=no ' - - #set $cmd += ' --enable-R-shlib --with-x=no --libdir=%s/lib/ --bindir=%s/bin/ --datarootdir=%s/share/' % ($env.INSTALL_DIR, $env.INSTALL_DIR, $env.INSTALL_DIR) - $cmd + + ./configure --with-readline=no --enable-R-shlib --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR/bin/ --datarootdir=$INSTALL_DIR/share/ make make install