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