summaryrefslogtreecommitdiff
path: root/extra/hdf5/mpi.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/hdf5/mpi.patch')
-rw-r--r--extra/hdf5/mpi.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/hdf5/mpi.patch b/extra/hdf5/mpi.patch
deleted file mode 100644
index 4fadc13e2..000000000
--- a/extra/hdf5/mpi.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Prevent accidental inclusion of mpi c++ headers
-when hdf5.h is included third party library
-
-https://bugs.gentoo.org/show_bug.cgi?id=420777
-https://bugs.archlinux.org/task/33343
-
---- a/src/H5public.h
-+++ b/src/H5public.h
-@@ -58,6 +58,8 @@
- # include <stddef.h>
- #endif
- #ifdef H5_HAVE_PARALLEL
-+# define OMPI_SKIP_MPICXX /* Make sure that cxx specific headers are not included */
-+# define MPICH_SKIP_MPICXX
- # include <mpi.h>
- #ifndef MPI_FILE_NULL /*MPIO may be defined in mpi.h already */
- # include <mpio.h>
-