Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf/files: netcdf-4.1.1-parallel-build.patch
Date: Sat, 29 Jan 2011 20:17:50
Message-Id: 20110129201739.4313C20057@flycatcher.gentoo.org
1 xarthisius 11/01/29 20:17:39
2
3 Modified: netcdf-4.1.1-parallel-build.patch
4 Log:
5 Attempt to fix parallel issues once and for all, wrt #296174 c#14
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-libs/netcdf/files/netcdf-4.1.1-parallel-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/files/netcdf-4.1.1-parallel-build.patch?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/files/netcdf-4.1.1-parallel-build.patch?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/netcdf/files/netcdf-4.1.1-parallel-build.patch?r1=1.2&r2=1.3
15
16 Index: netcdf-4.1.1-parallel-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/files/netcdf-4.1.1-parallel-build.patch,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- netcdf-4.1.1-parallel-build.patch 25 Jan 2011 05:23:09 -0000 1.2
23 +++ netcdf-4.1.1-parallel-build.patch 29 Jan 2011 20:17:39 -0000 1.3
24 @@ -4,7 +4,7 @@
25
26 --- netcdf-4.1.1/f90/Makefile.am
27 +++ netcdf-4.1.1/f90/Makefile.am
28 -@@ -101,17 +101,24 @@
29 +@@ -101,17 +101,25 @@
30 # Some fortran compilers change the file names of .mod files to all
31 # uppercase. Just to be special.
32 if UPPER_CASE_MOD
33 @@ -21,7 +21,8 @@
34 +NETCDF_MODULES = typesizes.mod netcdf.mod
35 endif
36
37 -+$(NETCDF_O): typeSizes.o
38 ++NETCDF_LO := $(NETCDF_O:.o=.lo)
39 ++$(NETCDF_LO): typeSizes.o
40 +install-data-local:
41 + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
42 + @list='$(NETCDF_MODULES)'; test -n "$(includedir)" || list=; \