Package: mpi4py / 1.3+hg20120611-3

Metadata

Package Version Patches format
mpi4py 1.3+hg20120611-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
up_no_modlibs | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 somewhat blind patch: removing 'modlibs' from link_args for exec's

 As Jakub guessed it seems to help to resolve not only -lffi issues with
 broken python3.2 pkg in debian sid, but with other build problems as well

 Needs more verification if this is a safe thing to do ;)

cython_version_check.patch | (download)

setup.py | 24 14 + 10 - 0 !
1 file changed, 14 insertions(+), 10 deletions(-)

 safer cython version check
 The Cython version check breaks with certain pre-release versions of Cython.
up_test_win_python3.3.patch | (download)

test/test_win.py | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 python 3.3 compatibility patch from upstream