annotate tool_dependencies.xml @ 11:cfb94fd355b6 draft

Uploaded dave's fix
author boris
date Tue, 14 Jan 2014 13:10:54 -0500
parents f6b8f51b71a2
children dd3c50fe959f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
1 <?xml version="1.0"?>
67a05901ed3d Uploaded
boris
parents:
diff changeset
2 <tool_dependency>
11
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
3 <package name="readline" version="6.2">
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
4 <repository changeset_revision="984448adbe79" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://gaius.bx.psu.edu:9009" />
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
5 </package>
67a05901ed3d Uploaded
boris
parents:
diff changeset
6 <package name="R" version="2.15.0">
11
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
7 <install version="1.0">
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
8 <actions>
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
9 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action>
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
10 <action type="set_environment_for_install">
11
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
11 <repository changeset_revision="984448adbe79" name="package_readline_6_2" owner="boris" prior_installation_required="False" toolshed="http://gaius.bx.psu.edu:9009" />
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
12 </action>
67a05901ed3d Uploaded
boris
parents:
diff changeset
13 <action type="make_directory">$INSTALL_DIR</action>
11
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
14 <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS -lreadline" &amp;&amp; ./configure --with-blas --with-lapack --enable-R-shlib --with-readline=no --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
15 <action type="set_environment">
11
cfb94fd355b6 Uploaded dave's fix
boris
parents: 10
diff changeset
16 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
8
87a1a0aef849 added R path to PATH
boris
parents: 7
diff changeset
17 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
87a1a0aef849 added R path to PATH
boris
parents: 7
diff changeset
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
6
67a05901ed3d Uploaded
boris
parents:
diff changeset
19 </action>
67a05901ed3d Uploaded
boris
parents:
diff changeset
20 </actions>
67a05901ed3d Uploaded
boris
parents:
diff changeset
21 </install>
67a05901ed3d Uploaded
boris
parents:
diff changeset
22 <readme>R is a free software environment for statistical computing and graphics
67a05901ed3d Uploaded
boris
parents:
diff changeset
23 WARNING: See custom compilation options above
67a05901ed3d Uploaded
boris
parents:
diff changeset
24 </readme>
67a05901ed3d Uploaded
boris
parents:
diff changeset
25 </package>
67a05901ed3d Uploaded
boris
parents:
diff changeset
26 </tool_dependency>