comparison tool_dependencies.xml @ 0:26f7b1d72d3c

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