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: Tue, 25 Jan 2011 05:23:18
Message-Id: 20110125052309.2796120057@flycatcher.gentoo.org
1 xarthisius 11/01/25 05:23:09
2
3 Modified: netcdf-4.1.1-parallel-build.patch
4 Log:
5 Further parallel build fixes wrt #352615 by Juergen Rose <rose@××××××××××××××.de>
6
7 (Portage version: 2.2.0_alpha10_p22/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&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.2&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.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- netcdf-4.1.1-parallel-build.patch 4 Dec 2010 21:40:09 -0000 1.1
23 +++ netcdf-4.1.1-parallel-build.patch 25 Jan 2011 05:23:09 -0000 1.2
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,23 @@
29 +@@ -101,17 +101,24 @@
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,6 +21,7 @@
34 +NETCDF_MODULES = typesizes.mod netcdf.mod
35 endif
36
37 ++$(NETCDF_O): typeSizes.o
38 +install-data-local:
39 + test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
40 + @list='$(NETCDF_MODULES)'; test -n "$(includedir)" || list=; \