* Bastian Venthur <vent...@debian.org>, 2010-09-02, 17:25:
mpich2 has a dependency on python2.5 and is therefor uninstallable on my system with python2.6. The problem can easily be fixed by rebuilding the package in a current unstable environment.
True, but it would be better to get rid of pythonX.Y dependencies at all, so that the bug won't trigger again by the next transition. The attached patch should do the trick.
-- Jakub Wilk
diff -u mpich2-1.2.1.1/debian/rules mpich2-1.2.1.1/debian/rules --- mpich2-1.2.1.1/debian/rules +++ mpich2-1.2.1.1/debian/rules @@ -15,7 +15,8 @@ --enable-f90 \ --sysconfdir=/etc/mpich2 \ --includedir=/usr/include/mpich2 \ - --docdir=/usr/share/doc/mpich2 + --docdir=/usr/share/doc/mpich2 \ + --with-python=/usr/bin/python # On sparc and sh4, OPA isn't available, so we need to fallback to # emulation mode. There's a performance penalty, unfortunately.
signature.asc
Description: Digital signature