annotate tool_dependencies.xml @ 0:25b635f2eaa5 draft

Imported from capsule None
author iuc
date Thu, 09 Oct 2014 05:20:55 -0400
parents
children 8e53bbb04516
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
2 <tool_dependency>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
3 <package name="numpy" version="1.9">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
4 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
5 </package>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
6 <package name="scipy" version="0.14">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
7 <repository changeset_revision="36b2ca3477c2" name="package_scipy_0_14" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
8 </package>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
9 <package name="matplotlib" version="1.2.1">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
10 <repository changeset_revision="fe60617380df" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
11 </package>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
12 <package name="scikit_learn" version="0.15">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
13 <install version="1.0">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
14 <actions>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
15 <action type="download_by_url">https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.15.2.tar.gz#md5=d9822ad0238e17b382a3c756ea94fe0d</action>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
16 <action type="set_environment_for_install">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
17 <repository changeset_revision="03eea94e534e" name="package_numpy_1_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
18 <package name="numpy" version="1.9" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
19 </repository>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
20 <repository changeset_revision="36b2ca3477c2" name="package_scipy_0_14" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
21 <package name="scipy" version="0.14" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
22 </repository>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
23 <repository changeset_revision="fe60617380df" name="package_matplotlib_1_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
24 <package name="matplotlib" version="1.2.1" />
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
25 </repository>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
26 </action>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
27 <action type="make_directory">$INSTALL_DIR/lib/python</action>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
28 <action language="cheetah" type="template_command">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
29 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python &amp;&amp;
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
30
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
31 export PATH=\$PATH:$env.PATH_NUMPY &amp;&amp;
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
32 export PYTHONPATH=\$PYTHONPATH:$env.PYTHONPATH_NUMPY:$env.PYTHONPATH_SCIPY:$env.PYTHONPATH_MATPLOTLIB &amp;&amp;
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
33
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
34 python setup.py install --install-lib $env.INSTALL_DIR/lib/python
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
35 </action>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
36 <action type="set_environment">
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
37 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
38 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
39 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
40 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
41 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
42 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
43 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
44 <environment_variable action="set_to" name="PYTHONPATH_SCIKIT_LEARN">$INSTALL_DIR/lib/python</environment_variable>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
45 </action>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
46 </actions>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
47 </install>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
48 <readme>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
49 Compiling scikit-learn requires a C compiler (typically gcc).
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
50 The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_SCIKIT_LEARN.
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
51
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
52 Wrapper development: https://github.com/bgruening/galaxytools/tree/master/orphan_tool_dependencies
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
53 </readme>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
54 </package>
25b635f2eaa5 Imported from capsule None
iuc
parents:
diff changeset
55 </tool_dependency>