[adios] 24/207: Add NOMPI patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:26 UTC 2015


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

mckinstry pushed a commit to branch master
in repository adios.

commit c8f7bd6e43b810a1e7abbc678ce83aac3d4106ae
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Mon Aug 15 16:40:38 2011 +0100

    Add NOMPI patch
---
 debian/patches/nompi_flag.patch | 18 ++++++++++++++++++
 debian/patches/series           |  1 +
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/nompi_flag.patch b/debian/patches/nompi_flag.patch
new file mode 100644
index 0000000..ae04363
--- /dev/null
+++ b/debian/patches/nompi_flag.patch
@@ -0,0 +1,18 @@
+Description: bp2h5 pulls in a dummy mph.h which breaks if you use a real MPI-enabled HDF5.
+Author: Alastair McKinstry <mckinstry at debian.org>
+Last-Updated: 2011-08-15
+Forwarded: no
+
+Index: adios-1.3/utils/bp2h5/Makefile.am
+===================================================================
+--- adios-1.3.orig/utils/bp2h5/Makefile.am	2011-08-15 16:38:07.000000000 +0100
++++ adios-1.3/utils/bp2h5/Makefile.am	2011-08-15 16:38:20.000000000 +0100
+@@ -6,7 +6,7 @@
+ bin_PROGRAMS = bp2h5
+ 
+ bp2h5_SOURCES = bp2h5.c
+-bp2h5_CPPFLAGS = -DH5_USE_16_API $(ADIOSLIB_EXTRA_CPPFLAGS) $(ADIOSREADLIB_SEQ_CPPFLAGS) $(ADIOSREADLIB_SEQ_CFLAGS ) $(HDF5_CPPFLAGS)
++bp2h5_CPPFLAGS = -DH5_USE_16_API $(ADIOSLIB_EXTRA_CPPFLAGS) $(ADIOSREADLIB_SEQ_CPPFLAGS) $(ADIOSREADLIB_INT_CFLAGS) $(HDF5_CPPFLAGS)
+ bp2h5_LDFLAGS = $(ADIOSREADLIB_SEQ_LDFLAGS)  $(HDF5_LDFLAGS)
+ bp2h5_LDADD = $(top_builddir)/src/libadiosread_nompi.a 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 300be30..27973f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 sh4.patch
 mpi_in_place.patch
+nompi_flag.patch

-- 
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