annotate tool_dependencies.xml @ 0:26f7b1d72d3c

Imported from capsule None
author jjohnson
date Tue, 16 Sep 2014 13:35:23 -0400
parents
children 1874a464e5d6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
1 <?xml version="1.0"?>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
2 <tool_dependency>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
3 <package name="numpy" version="1.7.1">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
4 <repository name="package_numpy_1_7" owner="jjohnson" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
5 </package>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
6 <package name="beta" version="1.0.6">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
7 <install version="1.0">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
8 <actions>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
9 <action type="download_by_url">http://sourceforge.net/projects/cistromebetadist/files/BETA_1.0.6.zip</action>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
10 <action type="set_environment_for_install">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
11 <repository name="package_numpy_1_7" owner="jjohnson" toolshed="https://testtoolshed.g2.bx.psu.edu">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
12 <package name="numpy" version="1.7.1" />
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
13 </repository>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
14 </action>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
15 <action type="shell_command">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
16 python setup.py build &amp;&amp; find * -type f &amp;&amp; mv build/scripts-* build/bin
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
17 </action>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
18 <action type="move_directory_files">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
19 <source_directory>build</source_directory>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
20 <destination_directory>$INSTALL_DIR</destination_directory>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
21 </action>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
22 <action type="set_environment">
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
23 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
25 <environment_variable action="set_to" name="BETA_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
26 </action>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
27 </actions>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
28 </install>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
29 <readme>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
30 Compiling BETA requires a C compiler (typically gcc).
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
31 The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_BETA.
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
32
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
33 </readme>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
34 </package>
26f7b1d72d3c Imported from capsule None
jjohnson
parents:
diff changeset
35 </tool_dependency>