annotate tool_dependencies.xml @ 4:d76a16fac22e draft

Uploaded
author bgruening
date Wed, 11 Dec 2013 12:53:50 -0500
parents 560cb9f66319
children 4a79a4465418
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
2 <tool_dependency>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
3 <package name="numpy" version="1.7.1">
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
4 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
5 </package>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
6 <package name="scipy" version="0.12.0">
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
7 <repository changeset_revision="984d208b0808" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
8 </package>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
9 <package name="matplotlib" version="1.2.1">
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
10 <repository changeset_revision="dceff6072512" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
11 </package>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
12 <package name="scikit_learn" version="0.14.1">
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
13 <install version="1.0">
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
14 <actions>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
15 <action type="download_by_url">https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.14.1.tar.gz</action>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
16 <action type="set_environment_for_install">
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
17 <repository changeset_revision="98a7d116c15f" name="package_lapack_3_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
18 <package name="lapack" version="3.4.2" />
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
19 </repository>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
20 <repository changeset_revision="ef12a3a11d5b" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
21 <package name="numpy" version="1.7.1" />
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
22 </repository>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
23 <repository changeset_revision="984d208b0808" name="package_scipy_0_12" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
24 <package name="scipy" version="0.12.0" />
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
25 </repository>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
26 <repository changeset_revision="dceff6072512" name="package_matplotlib_1_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
27 <package name="matplotlib" version="1.2.1" />
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
28 </repository>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
29 </action>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
30
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
31 <action type="make_directory">$INSTALL_DIR/lib/python</action>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
32 <action language="cheetah" type="template_command">
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
33 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python &amp;&amp;
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
34
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
35 export PATH=\$PATH:$env.PATH_NUMPY &amp;&amp;
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
36 export PYTHONPATH=\$PYTHONPATH:$env.PYTHONPATH_NUMPY:$env.PYTHONPATH_SCIPY:$env.PYTHONPATH_MATPLOTLIB &amp;&amp;
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
37
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
38 python setup.py install --install-lib $env.INSTALL_DIR/lib/python
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
39 </action>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
40 <action type="set_environment">
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
41 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
42 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
43 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
44 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
45 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
46 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable>
4
d76a16fac22e Uploaded
bgruening
parents: 3
diff changeset
47 <environment_variable action="prepend_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable>
0
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
48
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
49 <environment_variable action="set_to" name="PYTHONPATH_SCIKIT_LEARN">$INSTALL_DIR/lib/python</environment_variable>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
50 </action>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
51 </actions>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
52 </install>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
53 <readme>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
54 Compiling scikit-learn requires a C compiler (typically gcc).
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
55 The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_SCIKIT_LEARN.
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
56
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
57 Wrapper development: https://github.com/bgruening/galaxytools/tree/master/orphan_tool_dependencies
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
58 </readme>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
59 </package>
ef6c2c1cf49e initial upload
iuc
parents:
diff changeset
60 </tool_dependency>