Repository 'package_python_2_7'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/iuc/package_python_2_7

Changeset 40:041df41e2657 (2015-09-03)
Previous changeset 39:e39f09681864 (2015-09-03) Next changeset 41:36fc936ff5bf (2015-09-03)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 4c44b550f39ec90756c7bf5277fa1341de767bfd-dirty
modified:
tool_dependencies.xml
b
diff -r e39f09681864 -r 041df41e2657 tool_dependencies.xml
--- a/tool_dependencies.xml Thu Sep 03 05:13:02 2015 -0400
+++ b/tool_dependencies.xml Thu Sep 03 09:17:20 2015 -0400
b
@@ -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 &amp;&amp; make CFLAGS=-fPIC &amp;&amp; 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>