~ubuntu-branches/debian/stretch/adios/stretch

« back to all changes in this revision

Viewing changes to debian/patches/mpi4py_fix.patch

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20140616230638-5a0z7ylxx8i0edrg
Tags: 1.7.0-1
* New upstream release.
* Add adios.pc pkgconfig file. adios_config now uses this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Last-Updated: 2014-05-19
4
4
Forwarded: no
5
5
 
6
 
Index: adios-1.6.0/wrappers/numpy/adios.pyx
 
6
Index: adios-1.7.0/wrappers/numpy/adios.pyx
7
7
===================================================================
8
 
--- adios-1.6.0.orig/wrappers/numpy/adios.pyx
9
 
+++ adios-1.6.0/wrappers/numpy/adios.pyx
10
 
@@ -11,6 +11,8 @@ cimport numpy as np
11
 
 import mpi4py.MPI as MPI 
12
 
 cimport mpi4py.MPI as MPI
 
8
--- adios-1.7.0.orig/wrappers/numpy/adios.pyx
 
9
+++ adios-1.7.0/wrappers/numpy/adios.pyx
 
10
@@ -17,6 +17,8 @@ cimport numpy as np
 
11
 ##import mpi4py.MPI as MPI 
 
12
 ##cimport mpi4py.MPI as MPI
13
13
 
14
14
+cdef extern from '../compat.h': pass
15
15
+
16
16
 import cython
17
17
 cimport cython
18
18
 
19
 
Index: adios-1.6.0/wrappers/numpy/compat.h
 
19
Index: adios-1.7.0/wrappers/numpy/compat.h
20
20
===================================================================
21
21
--- /dev/null
22
 
+++ adios-1.6.0/wrappers/numpy/compat.h
 
22
+++ adios-1.7.0/wrappers/numpy/compat.h
23
23
@@ -0,0 +1,9 @@
24
24
+/* Added to fix missing MPI_Message in older openmpi on Debian, etc
25
25
+ * Added mckinstry@debian.org, 2014-05-19