0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
1
|
3 <package name="readline" version="6.2">
|
|
4 <repository changeset_revision="ff20613e6fee" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
|
6 <package name="libpng" version="1.6.7">
|
1
|
7 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
8 </package>
|
|
9 <package name="cairo" version="1.12.14">
|
1
|
10 <repository changeset_revision="0e7e9b619f24" name="package_cairo_1_12_14" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
11 </package>
|
|
12 <package name="pixman" version="0.32.4">
|
1
|
13 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
14 </package>
|
|
15 <package name="freetype" version="2.5.2">
|
1
|
16 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
|
0
|
17 </package>
|
|
18 <package name="R" version="2.15.0">
|
1
|
19 <install version="1.0">
|
|
20 <actions>
|
|
21 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action>
|
0
|
22 <action type="set_environment_for_install">
|
1
|
23 <repository changeset_revision="ff20613e6fee" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
24 <package name="readline" version="6.2" />
|
|
25 </repository>
|
|
26 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
27 <package name="libpng" version="1.6.7" />
|
|
28 </repository>
|
|
29 <repository changeset_revision="0e7e9b619f24" name="package_cairo_1_12_14" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
30 <package name="cairo" version="1.12.14" />
|
|
31 </repository>
|
|
32 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
33 <package name="pixman" version="0.32.4" />
|
|
34 </repository>
|
|
35 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
|
|
36 <package name="freetype" version="2.5.2" />
|
|
37 </repository>
|
0
|
38 </action>
|
|
39 <action type="shell_command">
|
|
40 export LDFLAGS="-L$PNG_LIBS -L$READLINE_LIBS" && \
|
|
41 export CFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" && \
|
|
42 export CXXFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" && \
|
|
43 export CPPFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" && \
|
|
44 ./configure --with-blas \
|
|
45 --with-lapack \
|
|
46 --with-readline \
|
|
47 --with-cairo \
|
|
48 --with-libpng \
|
|
49 --without-x \
|
|
50 --enable-R-shlib \
|
1
|
51 --disable-R-framework \
|
0
|
52 --prefix=$INSTALL_DIR
|
|
53 </action>
|
|
54 <action type="make_install" />
|
|
55 <action type="set_environment">
|
1
|
56 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
|
0
|
57 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
|
|
58 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
|
|
59 </action>
|
|
60 </actions>
|
|
61 </install>
|
|
62 <readme>R is a free software environment for statistical computing and graphics
|
|
63 WARNING: See custom compilation options above
|
|
64 </readme>
|
|
65 </package>
|
|
66 </tool_dependency>
|