annotate tool_dependencies.xml @ 1:58279878f849 draft

Uploaded updated xml
author boris
date Tue, 04 Feb 2014 12:36:05 -0500
parents 31bb8a2b748e
children 7066d625eb36
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
1 <?xml version="1.0"?>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
2 <tool_dependency>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
3 <package name="readline" version="6.2">
31bb8a2b748e Uploaded xml
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" />
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
5 </package>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
6 <package name="ape" version="3.0-8">
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
7 <repository changeset_revision="423395d792df" name="package_ape_3_0" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
8 </package>
1
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
9 <package name="R" version="2.15.0">
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
10 <repository changeset_revision="eca882dd6393" name="package_r_2_15_0" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
11 </package>
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
12 <package name="rpy2" version="2.2.6">
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
13 <install version="1.0">
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
14 <actions>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
15 <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.2.6.tar.gz</action>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
16 <action type="set_environment_for_install">
1
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
17 <repository changeset_revision="ff20613e6fee" name="package_readline_6_2" owner="boris" toolshed="http://toolshed.g2.bx.psu.edu">
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
18 <package name="readline" version="6.2" />
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
19 </repository>
1
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
20 <repository changeset_revision="423395d792df" name="package_ape_3_0" owner="boris" toolshed="http://toolshed.g2.bx.psu.edu">
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
21 <package name="ape" version="3.0-8" />
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
22 </repository>
1
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
23 <repository changeset_revision="eca882dd6393" name="package_r_2_15_0" owner="boris" toolshed="http://toolshed.g2.bx.psu.edu">
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
24 <package name="R" version="2.15.0" />
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
25 </repository>
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
26 </action>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
27 <action type="make_directory">$INSTALL_DIR/lib/python</action>
1
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
28 <action type="shell_command">
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
29 export R_HOME=$R_HOME &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
30 export R_LIBS=$R_LIBS &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
31 export PATH=$PATH &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
32 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
33 export CFLAGS="-I$READLINE_INCLUDES" &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
34 export LDFLAGS="-L$READLINE_LIBS" &amp;&amp; \
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
35 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin
58279878f849 Uploaded updated xml
boris
parents: 0
diff changeset
36 </action>
0
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
37 <action type="set_environment">
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
38 <environment_variable action="prepend_to" name="R_HOME">$ENV[R_HOME]</environment_variable>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
39 <environment_variable action="prepend_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
40 <environment_variable action="prepend_to" name="PATH">$ENV[PATH]</environment_variable>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
41 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
43 </action>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
44 </actions>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
45 </install>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
46 <readme>In order to upgrade one will have to first remove older installed rpy2 packages then and only then install the recent version of rpy2 wished.
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
47 Python version 2.5 or greater, as well as R-2.8.0 or greater are required.
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
48 When compiling R from source, do not forget to specify –enable-R-shlib at the ./configure step.
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
49 gcc-4.4 is used for compiling the C parts on Linux.
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
50 If installing from a linux distribution, the Python-dev package will obviously be required to compile rpy2
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
51 On OS X, the XCode tools will be required in order to compile rpy2.</readme>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
52 </package>
31bb8a2b748e Uploaded xml
boris
parents:
diff changeset
53 </tool_dependency>