[adios] 43/207: Add patch

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:31 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 e282b04cefc9be3f87a5c6b0a46ffebc32dc2a2e
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Fri Mar 9 17:21:03 2012 +0000

    Add patch
---
 debian/patches/netcdf-fix.patch | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/debian/patches/netcdf-fix.patch b/debian/patches/netcdf-fix.patch
new file mode 100644
index 0000000..280073b
--- /dev/null
+++ b/debian/patches/netcdf-fix.patch
@@ -0,0 +1,34 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Make sure bp2ncd is linked against NetCDF.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=662995
+Forwarded: no
+Last-Updated: 2012-03-09
+
+Index: adios-1.3/utils/bp2ncd/Makefile.in
+===================================================================
+--- adios-1.3.orig/utils/bp2ncd/Makefile.in	2012-03-09 16:24:05.000000000 +0000
++++ adios-1.3/utils/bp2ncd/Makefile.in	2012-03-09 16:57:37.000000000 +0000
+@@ -92,12 +92,12 @@
+ ACLOCAL = @ACLOCAL@
+ ADIOSLIB_CFLAGS = @ADIOSLIB_CFLAGS@
+ ADIOSLIB_CPPFLAGS = @ADIOSLIB_CPPFLAGS@
+-ADIOSLIB_EXTRA_CPPFLAGS = @ADIOSLIB_EXTRA_CPPFLAGS@
++
+ ADIOSLIB_INT_CFLAGS = @ADIOSLIB_INT_CFLAGS@
+ ADIOSLIB_INT_CPPFLAGS = @ADIOSLIB_INT_CPPFLAGS@
+ ADIOSLIB_INT_LDADD = @ADIOSLIB_INT_LDADD@
+ ADIOSLIB_INT_LDFLAGS = @ADIOSLIB_INT_LDFLAGS@
+-ADIOSLIB_LDADD = @ADIOSLIB_LDADD@
++ADIOSLIB_LDADD = @ADIOSLIB_LDADD@ @NETCDF_LIBS@
+ ADIOSLIB_LDFLAGS = @ADIOSLIB_LDFLAGS@
+ ADIOSLIB_SEQ_CFLAGS = @ADIOSLIB_SEQ_CFLAGS@
+ ADIOSLIB_SEQ_CPPFLAGS = @ADIOSLIB_SEQ_CPPFLAGS@
+@@ -324,7 +324,7 @@
+ @USE_PARALLEL_COMPILER_TRUE at bp2ncd_LDFLAGS = $(ADIOSLIB_LDFLAGS) -static-libtool-libs
+ @USE_PARALLEL_COMPILER_FALSE at bp2ncd_LDADD = $(top_builddir)/src/libadios_internal_nompi.a \
+ @USE_PARALLEL_COMPILER_FALSE@	$(ADIOSLIB_INT_LDADD)
+- at USE_PARALLEL_COMPILER_TRUE@bp2ncd_LDADD = $(top_builddir)/src/libadios.a $(ADIOSLIB_LDADD)
++ at USE_PARALLEL_COMPILER_TRUE@bp2ncd_LDADD = $(top_builddir)/src/libadios.a $(ADIOSLIB_LDADD) 
+ EXTRA_DIST = bp2ncd.h
+ all: all-am
+ 

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