Mercurial > repos > sauria > package_hifive_1_2
comparison tool_dependencies.xml @ 2:621925aadc25 draft default tip
planemo upload for repository https://github.com/bxlab/galaxy_tools/packages/package_hifive_1_2 commit 031f802858c1b8e03cdc3dac9fc79b96b21db181
author | sauria |
---|---|
date | Thu, 11 Feb 2016 10:16:46 -0500 |
parents | d35ef187dd58 |
children |
comparison
equal
deleted
inserted
replaced
1:d35ef187dd58 | 2:621925aadc25 |
---|---|
31 <package name="h5py" version="2.5.0" /> | 31 <package name="h5py" version="2.5.0" /> |
32 </repository> | 32 </repository> |
33 </action> | 33 </action> |
34 | 34 |
35 <action type="make_directory">$INSTALL_DIR/lib/python</action> | 35 <action type="make_directory">$INSTALL_DIR/lib/python</action> |
36 <action type="make_directory">$INSTALL_DIR/bin</action> | |
36 <action type="shell_command"> | 37 <action type="shell_command"> |
37 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | 38 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
38 python setup.py install --install-lib $INSTALL_DIR/lib/python | 39 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin |
39 </action> | 40 </action> |
40 | 41 |
41 <action type="set_environment"> | 42 <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</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="PYTHONPATH">$INSTALL_DIR/lib/python/site-packages</environment_variable> |