Mercurial > repos > sauria > package_hifive_1_3
comparison tool_dependencies.xml @ 0:a1a962713395 draft default tip
planemo upload for repository https://github.com/bxlab/galaxy_tools/packages/package_hifive_1_3 commit 9e84395b3ae2adcc5b5cd9f0a32e59bf2e2f11b0
author | sauria |
---|---|
date | Fri, 13 Jan 2017 13:48:06 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a1a962713395 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="scipy" version="0.12.0"> | |
4 <repository changeset_revision="cfbbe183f8a7" name="package_scipy_0_12" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="numpy" version="1.7.1"> | |
7 <repository changeset_revision="300877695495" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="cython" version="0.20.1"> | |
10 <repository changeset_revision="bf766623094e" name="package_cython_0_20_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="h5py" version="2.5.0"> | |
13 <repository changeset_revision="cc1a2aae5057" name="package_h5py_2_5_0" owner="sauria" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="hifive" version="1.3"> | |
16 <install version="1.0"> | |
17 <actions> | |
18 <action type="download_by_url">https://pypi.python.org/packages/source/h/hifive/hifive-1.3.0.tar.gz</action> | |
19 | |
20 <action type="set_environment_for_install"> | |
21 <repository changeset_revision="cfbbe183f8a7" name="package_scipy_0_12" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
22 <package name="scipy" version="0.12.0" /> | |
23 </repository> | |
24 <repository changeset_revision="300877695495" name="package_numpy_1_7" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
25 <package name="numpy" version="1.7.1" /> | |
26 </repository> | |
27 <repository changeset_revision="bf766623094e" name="package_cython_0_20_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> | |
28 <package name="cython" version="0.20.1" /> | |
29 </repository> | |
30 <repository changeset_revision="cc1a2aae5057" name="package_h5py_2_5_0" owner="sauria" toolshed="https://toolshed.g2.bx.psu.edu"> | |
31 <package name="h5py" version="2.5.0" /> | |
32 </repository> | |
33 </action> | |
34 | |
35 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
36 <action type="make_directory">$INSTALL_DIR/bin</action> | |
37 <action type="shell_command"> | |
38 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
39 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin | |
40 </action> | |
41 | |
42 <action type="set_environment"> | |
43 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
44 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python/site-packages</environment_variable> | |
45 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
46 </action> | |
47 </actions> | |
48 </install> | |
49 <readme> | |
50 Compiling hifive requires cython. | |
51 </readme> | |
52 </package> | |
53 </tool_dependency> |