Mercurial > repos > sauria > package_hifive_1_1
comparison tool_dependencies.xml @ 0:09593844cbbd draft
planemo upload for repository https://github.com/bxlab/galaxy_tools/packages/package_hifive_1_1 commit ded5555ebf85f4807cbe4f1bf1945a757bdc724d
author | sauria |
---|---|
date | Wed, 26 Aug 2015 16:46:06 -0400 |
parents | |
children | 4f8b224e4020 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:09593844cbbd |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="scipy" version="0.12.0"> | |
4 <repository changeset_revision="0d5ee829daaa" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="numpy" version="1.7.1"> | |
7 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="cython" version="0.20.1"> | |
10 <repository changeset_revision="749f11b9358a" name="package_cython_0_20_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
11 </package> | |
12 <package name="h5py" version="2.5.0"> | |
13 <repository changeset_revision="3b17bd6fa3ae" name="package_h5py_2_5_0" owner="sauria" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
14 </package> | |
15 <package name="hifive" version="1.1"> | |
16 <install version="1.0"> | |
17 <actions> | |
18 <action type="download_by_url">https://pypi.python.org/packages/source/h/hifive/hifive-1.1.tar.gz</action> | |
19 | |
20 <action type="set_environment_for_install"> | |
21 <repository changeset_revision="0d5ee829daaa" name="package_scipy_0_12" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
22 <package name="scipy" version="0.12.0" /> | |
23 </repository> | |
24 <repository changeset_revision="5c489d2d630b" name="package_numpy_1_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
25 <package name="numpy" version="1.7.1" /> | |
26 </repository> | |
27 <repository changeset_revision="749f11b9358a" name="package_cython_0_20_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
28 <package name="cython" version="0.20.1" /> | |
29 </repository> | |
30 <repository changeset_revision="3b17bd6fa3ae" name="package_h5py_2_5_0" owner="sauria" toolshed="https://testtoolshed.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="shell_command"> | |
37 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
38 python setup.py install --install-lib $INSTALL_DIR/lib/python | |
39 </action> | |
40 | |
41 <action type="set_environment"> | |
42 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
43 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python/site-packages</environment_variable> | |
44 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
45 </action> | |
46 </actions> | |
47 </install> | |
48 <readme> | |
49 Compiling hifive requires cython. | |
50 </readme> | |
51 </package> | |
52 </tool_dependency> |