~ubuntu-branches/ubuntu/vivid/adios/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/netcdf-fix.patch

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-06-16 23:06:38 UTC
  • mfrom: (15.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140616230638-cxryhot6b8ge32l6
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:
4
4
Forwarded: no
5
5
Last-Updated: 2012-03-09
6
6
 
7
 
Index: adios-1.6.0/utils/bp2ncd/Makefile.in
 
7
Index: adios-1.7.0/utils/bp2ncd/Makefile.in
8
8
===================================================================
9
 
--- adios-1.6.0.orig/utils/bp2ncd/Makefile.in   2014-02-17 09:37:05.732139370 +0000
10
 
+++ adios-1.6.0/utils/bp2ncd/Makefile.in        2014-02-17 09:37:05.728140789 +0000
11
 
@@ -106,12 +106,12 @@
 
9
--- adios-1.7.0.orig/utils/bp2ncd/Makefile.in
 
10
+++ adios-1.7.0/utils/bp2ncd/Makefile.in
 
11
@@ -109,12 +109,12 @@ DISTFILES = $(DIST_COMMON) $(DIST_SOURCE
12
12
 ACLOCAL = @ACLOCAL@
13
13
 ADIOSLIB_CFLAGS = @ADIOSLIB_CFLAGS@
14
14
 ADIOSLIB_CPPFLAGS = @ADIOSLIB_CPPFLAGS@
23
23
 ADIOSLIB_LDFLAGS = @ADIOSLIB_LDFLAGS@
24
24
 ADIOSLIB_SEQ_CFLAGS = @ADIOSLIB_SEQ_CFLAGS@
25
25
 ADIOSLIB_SEQ_CPPFLAGS = @ADIOSLIB_SEQ_CPPFLAGS@
26
 
@@ -354,7 +354,7 @@
 
26
@@ -367,7 +367,7 @@ bp2ncd_SOURCES = bp2ncd.c
27
27
 @USE_PARALLEL_COMPILER_TRUE@bp2ncd_LDFLAGS = $(ADIOSLIB_LDFLAGS) -static-libtool-libs
28
28
 @USE_PARALLEL_COMPILER_FALSE@bp2ncd_LDADD = $(top_builddir)/src/libadios_internal_nompi.a \
29
29
 @USE_PARALLEL_COMPILER_FALSE@  $(ADIOSLIB_INT_LDADD)