[adios] 02/13: refresh mpi patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

mckinstry pushed a commit to tag debian/1.9.0-8
in repository adios.

commit 6bb66a0c90d22891741545218d43eca3b2aa3e48
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Oct 30 01:04:38 2015 +0000

    refresh mpi patch
---
 debian/patches/mpi4py_fix.patch | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/debian/patches/mpi4py_fix.patch b/debian/patches/mpi4py_fix.patch
index f676293..0f3e9d8 100644
--- a/debian/patches/mpi4py_fix.patch
+++ b/debian/patches/mpi4py_fix.patch
@@ -1,21 +1,8 @@
 Author: Alastair McKinstry <mckinstry at debian.org>
 Description: Fix for missing MPI_Message in MPI < 3
-Last-Updated: 2014-05-19
+Last-Updated: 2015-10-29
 Forwarded: no
 
-Index: adios-1.9.0/wrappers/numpy/adios.pyx
-===================================================================
---- adios-1.9.0.orig/wrappers/numpy/adios.pyx
-+++ adios-1.9.0/wrappers/numpy/adios.pyx
-@@ -10,6 +10,8 @@ cimport numpy as np
- #import mpi4py.MPI_as MPI_
- #cimport mpi4py.MPI_as MPI
- 
-+cdef extern from 'compat.h': pass
-+
- import cython
- cimport cython
- 
 Index: adios-1.9.0/wrappers/numpy/compat.h
 ===================================================================
 --- /dev/null
@@ -30,3 +17,16 @@ Index: adios-1.9.0/wrappers/numpy/compat.h
 +typedef void *PyMPI_MPI_Message;
 +#define MPI_Message PyMPI_MPI_Message
 +#endif
+Index: adios-1.9.0/wrappers/numpy/adios_mpi.pyx
+===================================================================
+--- adios-1.9.0.orig/wrappers/numpy/adios_mpi.pyx
++++ adios-1.9.0/wrappers/numpy/adios_mpi.pyx
+@@ -10,6 +10,8 @@ cimport numpy as np
+ import mpi4py.MPI as MPI 
+ cimport mpi4py.MPI as MPI
+ 
++cdef extern from 'compat.h': pass
++
+ import cython
+ cimport cython
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git



More information about the debian-science-commits mailing list