0
|
1
|
|
2 <?xml version="1.0"?>
|
|
3 <!--
|
|
4 blame Boris - Ross stole it from his old 2.15 one
|
|
5 -->
|
|
6 <tool_dependency>
|
|
7 <package name="readline" version="6.2">
|
|
8 <repository name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
|
9 </package>
|
|
10 <package name="package_R" version="3.0.1">
|
|
11 <install version="1.0">
|
|
12 <actions>
|
|
13 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action>
|
|
14 <action type="set_environment_for_install">
|
|
15 <repository name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
16 <package name="readline" version="6.2" />
|
|
17 </repository>
|
|
18 </action>
|
|
19 <action type="make_directory">$INSTALL_DIR</action>
|
|
20 <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib --with-readline=no --with-x=no --prefix=$INSTALL_DIR && make && make install</action>
|
|
21 <action type="set_environment">
|
|
22 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
|
|
23 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
|
|
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
|
25
|
|
26 </action>
|
|
27 </actions>
|
|
28 </install>
|
|
29 <readme>R is a free software environment for statistical computing and graphics
|
|
30 WARNING: See custom compilation options above
|
|
31 Modified from an older version of R by Boris by Ross Lazarus for R 3.0
|
|
32 Added Bioc basics too
|
|
33 </readme>
|
|
34 </package>
|
|
35 <package name="package_BioCBasics" version="2.12">
|
|
36 <install version="1.0">
|
|
37 <actions>
|
|
38 <action type="shell_command">$INSTALL_DIR/lib/R/bin/R CMD BATCH installBioC.R </action>
|
|
39 </actions>
|
|
40 </install>
|
|
41 <readme>R is a free software environment for statistical computing and graphics
|
|
42 WARNING: See custom compilation options above
|
|
43 Modified from an older version of R by Boris by Ross Lazarus for R 3.0
|
|
44 Added Bioc basics via this package installBioC.R script
|
|
45 </readme>
|
|
46 </package>
|
|
47 </tool_dependency>
|