Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 41:36fc936ff5bf draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 4c44b550f39ec90756c7bf5277fa1341de767bfd-dirty
author | iuc |
---|---|
date | Thu, 03 Sep 2015 13:21:55 -0400 |
parents | 041df41e2657 |
children | 6c8e368fd983 |
comparison
equal
deleted
inserted
replaced
40:041df41e2657 | 41:36fc936ff5bf |
---|---|
50 </repository> | 50 </repository> |
51 </action> | 51 </action> |
52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> | 52 <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> |
53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> | 53 <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> |
54 | 54 |
55 <action type="shell_command">./configure && make CFLAGS=-fPIC && make install</action> | 55 <action type="shell_command">./configure --prefix $INSTALL_DIR && make CFLAGS=-fPIC && make install</action> |
56 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> | 56 <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> |
57 <action type="shell_command">tar -xjf 6.1.tar.bz2</action> | 57 <action type="shell_command">tar -xjf 6.1.tar.bz2</action> |
58 <action type="change_directory">pypa-setuptools-7ea80190d494</action> | 58 <action type="change_directory">pypa-setuptools-7ea80190d494</action> |
59 | 59 |
60 <action type="shell_command"> | 60 <action type="shell_command"> |