annotate tool_dependencies.xml @ 3:c46402299db3 draft

Uploaded
author bgruening
date Tue, 19 Nov 2013 08:10:01 -0500
parents 8379f21d9203
children 3e4a1b4984f3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
76f69ae982b8 initial upload
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
2 <tool_dependency>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
3 <package name="lapack" version="3.4.2">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
4 <repository changeset_revision="98a7d116c15f" name="package_lapack_3_4" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
5 </package>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
6 <package name="numpy" version="1.7.1">
3
c46402299db3 Uploaded
bgruening
parents: 2
diff changeset
7 <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
0
76f69ae982b8 initial upload
iuc
parents:
diff changeset
8 </package>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
9 <package name="scipy" version="0.12.0">
3
c46402299db3 Uploaded
bgruening
parents: 2
diff changeset
10 <repository changeset_revision="d277bf006c3e" name="package_scipy_0_12" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
0
76f69ae982b8 initial upload
iuc
parents:
diff changeset
11 </package>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
12 <package name="matplotlib" version="1.2.1">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
13 <repository changeset_revision="9d164359606b" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
14 </package>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
15
76f69ae982b8 initial upload
iuc
parents:
diff changeset
16 <package name="scikit_learn" version="0.13.1">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
17 <install version="1.0">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
18 <actions>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
19 <action type="download_by_url">https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.13.1.tar.gz</action>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
20 <action type="set_environment_for_install">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
21 <repository changeset_revision="98a7d116c15f" name="package_lapack_3_4" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
22 <package name="lapack" version="3.4.2" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
23 </repository>
3
c46402299db3 Uploaded
bgruening
parents: 2
diff changeset
24 <repository changeset_revision="796c0081adad" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
0
76f69ae982b8 initial upload
iuc
parents:
diff changeset
25 <package name="numpy" version="1.7.1" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
26 </repository>
3
c46402299db3 Uploaded
bgruening
parents: 2
diff changeset
27 <repository changeset_revision="d277bf006c3e" name="package_scipy_0_12" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
0
76f69ae982b8 initial upload
iuc
parents:
diff changeset
28 <package name="scipy" version="0.12.0" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
29 </repository>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
30 <repository changeset_revision="9d164359606b" name="package_matplotlib_1_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
31 <package name="matplotlib" version="1.2.1" />
76f69ae982b8 initial upload
iuc
parents:
diff changeset
32 </repository>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
33 </action>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
34
76f69ae982b8 initial upload
iuc
parents:
diff changeset
35 <action type="make_directory">$INSTALL_DIR/lib/python</action>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
36 <action language="cheetah" type="template_command">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
37 export PYTHONPATH=\$PYTHONPATH:$env.INSTALL_DIR/lib/python &amp;&amp;
76f69ae982b8 initial upload
iuc
parents:
diff changeset
38
76f69ae982b8 initial upload
iuc
parents:
diff changeset
39 #if env.get('LAPACK_LIB_DIR', False):
76f69ae982b8 initial upload
iuc
parents:
diff changeset
40 export BLAS=$env.LAPACK_LIB_DIR/libblas.a &amp;&amp;
76f69ae982b8 initial upload
iuc
parents:
diff changeset
41 export LAPACK=$env.LAPACK_LIB_DIR/liblapack.a &amp;&amp;
76f69ae982b8 initial upload
iuc
parents:
diff changeset
42 #end if
76f69ae982b8 initial upload
iuc
parents:
diff changeset
43
76f69ae982b8 initial upload
iuc
parents:
diff changeset
44 export PATH=\$PATH:$env.PATH_NUMPY &amp;&amp;
76f69ae982b8 initial upload
iuc
parents:
diff changeset
45 export PYTHONPATH=\$PYTHONPATH:$env.PYTHONPATH_NUMPY:$env.PYTHONPATH_SCIPY:$env.PYTHONPATH_MATPLOTLIB &amp;&amp;
76f69ae982b8 initial upload
iuc
parents:
diff changeset
46
76f69ae982b8 initial upload
iuc
parents:
diff changeset
47 python setup.py install --install-lib $env.INSTALL_DIR/lib/python
76f69ae982b8 initial upload
iuc
parents:
diff changeset
48 </action>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
49 <action type="set_environment">
76f69ae982b8 initial upload
iuc
parents:
diff changeset
50 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
51 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
52 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
53 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
54 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_SCIPY]</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
55 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_SCIPY]</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
56 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
57
76f69ae982b8 initial upload
iuc
parents:
diff changeset
58 <environment_variable action="set_to" name="PYTHONPATH_SCIKIT_LEARN">$INSTALL_DIR/lib/python</environment_variable>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
59 </action>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
60 </actions>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
61 </install>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
62 <readme>Compiling scikit-learn requires a C compiler (typically gcc). The PYTHONPATH for scikit-learn can be accessed through PYTHONPATH_SCIKIT_LEARN.</readme>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
63 </package>
76f69ae982b8 initial upload
iuc
parents:
diff changeset
64 </tool_dependency>