changeset 4:c5ff6dd33c79 draft

Uploaded
author iuc
date Tue, 15 Oct 2013 12:49:04 -0400
parents 7473992d1f38
children 59b82e6e0801
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Sep 27 16:39:16 2013 -0400
+++ b/tool_dependencies.xml	Tue Oct 15 12:49:04 2013 -0400
@@ -13,19 +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 += ' --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>