|
7
|
1 <?xml version="1.0"?>
|
|
0
|
2 <tool_dependency>
|
|
11
|
3 <!--
|
|
|
4 <package name="lapack" version="3.4.2">
|
|
|
5 <repository name="package_lapack_3_4" owner="bgruening" prior_installation_required="True" />
|
|
|
6 </package>
|
|
|
7 <package name="atlas" version="3.10.1">
|
|
|
8 <repository name="package_atlas_3_10" owner="bgruening" prior_installation_required="True" />
|
|
|
9 </package>
|
|
|
10
|
|
|
11 <package name="readline" version="6.2">
|
|
|
12 <repository name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
|
|
|
13 </package>
|
|
|
14 -->
|
|
|
15
|
|
|
16 <package name="R_3_0_1" version="3.0.1">
|
|
|
17 <install version="1.0">
|
|
|
18 <actions>
|
|
|
19 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action>
|
|
12
|
20 <!--
|
|
11
|
21 <action type="set_environment_for_install">
|
|
12
|
22 <repository name="package_atlas_3_10" owner="bgruening">
|
|
11
|
23 <package name="atlas" version="3.10.1" />
|
|
|
24 </repository>
|
|
12
|
25 <repository name="package_lapack_3_4" owner="bgruening">
|
|
11
|
26 <package name="lapack" version="3.4.2" />
|
|
|
27 </repository>
|
|
|
28 </action>
|
|
12
|
29 -->
|
|
11
|
30 <!--
|
|
|
31 with-blas="$LAPACK_LIB_DIR"
|
|
|
32 with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas"
|
|
|
33
|
|
|
34 export BLAS=$LAPACK_LIB_DIR/libblas.a &&
|
|
|
35 export LAPACK=$LAPACK_LIB_DIR/liblapack.a &&
|
|
|
36 export ATLAS=$ATLAS_LIB_DIR/libatlas.a &&
|
|
12
|
37
|
|
11
|
38
|
|
|
39 <action type="set_environment_for_install">
|
|
|
40 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
|
|
41 <package name="readline" version="6.2" />
|
|
|
42 </repository>
|
|
|
43 </action>
|
|
12
|
44 -->
|
|
11
|
45 <action type="shell_command">./configure --enable-R-shlib --with-x=no --with-readline=no --prefix=$INSTALL_DIR && make && make install</action>
|
|
|
46 <action type="set_environment">
|
|
|
47 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
|
|
|
48 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
|
|
|
49 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
|
|
50 </action>
|
|
|
51 </actions>
|
|
|
52 </install>
|
|
12
|
53 <readme></readme>
|
|
9
|
54 </package>
|
|
7
|
55 </tool_dependency>
|