annotate tool_dependencies.xml @ 0:7fb1a5b1b6ba draft

Imported from capsule None
author boris
date Mon, 03 Feb 2014 11:17:39 -0500
parents
children eca882dd6393
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
1 <?xml version="1.0"?>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
2 <tool_dependency>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
3 <package name="readline" version="6.2">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
4 <repository changeset_revision="ff20613e6fee" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
5 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
6 <package name="libpng" version="1.6.7">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
7 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
8 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
9 <package name="cairo" version="1.12.14">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
10 <repository changeset_revision="0e7e9b619f24" name="package_cairo_1_12_14" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
11 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
12 <package name="pixman" version="0.32.4">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
13 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
14 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
15 <package name="freetype" version="2.5.2">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
16 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
17 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
18 <package name="R" version="2.15.0">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
19 <install version="1.0">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
20 <actions>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
21 <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
22 <action type="set_environment_for_install">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
23 <repository changeset_revision="ff20613e6fee" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
24 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
25 <repository changeset_revision="0e7e9b619f24" name="package_cairo_1_12_14" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
26 <repository changeset_revision="32b797e460d8" name="package_pixman_0_32_4" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
27 <repository changeset_revision="261854cf7ae9" name="package_freetype_2_5_2" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
28 </action>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
29 <action type="shell_command">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
30 export LDFLAGS="-L$PNG_LIBS -L$READLINE_LIBS" &amp;&amp; \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
31 export CFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &amp;&amp; \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
32 export CXXFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &amp;&amp; \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
33 export CPPFLAGS="-I$PNG_INCLUDES -I$READLINE_INCLUDES" &amp;&amp; \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
34 ./configure --with-blas \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
35 --with-lapack \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
36 --with-readline \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
37 --with-cairo \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
38 --with-libpng \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
39 --without-x \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
40 --enable-R-shlib \
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
41 --prefix=$INSTALL_DIR
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
42 </action>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
43 <action type="make_install" />
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
44 <action type="set_environment">
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
45 <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
46 <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
47 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
48 </action>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
49 </actions>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
50 </install>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
51 <readme>R is a free software environment for statistical computing and graphics
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
52 WARNING: See custom compilation options above
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
53 </readme>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
54 </package>
7fb1a5b1b6ba Imported from capsule None
boris
parents:
diff changeset
55 </tool_dependency>