Mercurial > repos > iuc > package_python_2_7
changeset 40:041df41e2657 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 09:17:20 -0400 |
parents | e39f09681864 |
children | 36fc936ff5bf |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Sep 03 05:13:02 2015 -0400 +++ b/tool_dependencies.xml Thu Sep 03 09:17:20 2015 -0400 @@ -52,7 +52,7 @@ <!-- by default python is not looking af LD_INCLUDE_PATH and Co. --> <action type="shell_command">sed -i.bak -e "s/if host_platform == 'atheos':/if True:/g" setup.py</action> - <action type="autoconf">-fPIC</action> + <action type="shell_command">./configure && make CFLAGS=-fPIC && make install</action> <action type="download_file">https://bitbucket.org/pypa/setuptools/get/6.1.tar.bz2</action> <action type="shell_command">tar -xjf 6.1.tar.bz2</action> <action type="change_directory">pypa-setuptools-7ea80190d494</action>