changeset 5:0a395bcd7efd

Uploaded
author bgruening
date Thu, 31 Oct 2013 07:13:13 -0400
parents e16e08f41ed7
children 7c6ec22e9ef0
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
                     </repository>
                 </action>-->
 
-                <action type="template_command" language="cheetah">
-                    #set $cmd = './configure'
-
-                    ###if env.get('READLINE_LIB_PATH', False):
-                    ##    export LDFLAGS=-L$env.READLINE_LIB_PATH &amp;&amp; 
-                    ##    export CPPFLAGS=-I$env.READLINE_INCLUDE_PATH &amp;&amp;
-                    ##    #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
+                <action type="shell_command">
+                    ./configure --with-readline=no --enable-R-shlib  --with-x=no --libdir=$INSTALL_DIR/lib/ --bindir=$INSTALL_DIR/bin/ --datarootdir=$INSTALL_DIR/share/
                 </action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">make install</action>