Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/netcdf/files: netcdf-3.6.2-parallel-make.patch
Date: Sat, 29 Sep 2007 08:20:54
Message-Id: E1IbXQk-0007Y7-MP@stork.gentoo.org
1 bicatali 07/09/29 08:12:06
2
3 Modified: netcdf-3.6.2-parallel-make.patch
4 Log:
5 fixed again the paralell make patch
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.3 sci-libs/netcdf/files/netcdf-3.6.2-parallel-make.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/netcdf/files/netcdf-3.6.2-parallel-make.patch?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/netcdf/files/netcdf-3.6.2-parallel-make.patch?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/netcdf/files/netcdf-3.6.2-parallel-make.patch?r1=1.2&r2=1.3
14
15 Index: netcdf-3.6.2-parallel-make.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/netcdf/files/netcdf-3.6.2-parallel-make.patch,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- netcdf-3.6.2-parallel-make.patch 28 Sep 2007 11:25:09 -0000 1.2
22 +++ netcdf-3.6.2-parallel-make.patch 29 Sep 2007 08:12:06 -0000 1.3
23 @@ -1,5 +1,5 @@
24 --- f90/Makefile.am.orig 2007-03-01 19:46:10.000000000 +0000
25 -+++ f90/Makefile.am 2007-09-28 12:11:09.488085153 +0100
26 ++++ f90/Makefile.am 2007-09-29 09:09:39.626908874 +0100
27 @@ -37,7 +37,7 @@
28 libnetcdff90_la_DEPENDENCIES += netcdf4_func.f90 netcdf4_externals.f90 \
29 netcdf4_visibility.f90 netcdf4_constants.f90 netcdf4.f90
30 @@ -18,7 +18,7 @@
31
32 endif # USE_NETCDF4
33
34 -@@ -62,12 +62,14 @@
35 +@@ -62,12 +62,16 @@
36 # uppercase. Just to be special.
37 if UPPER_CASE_MOD
38 nodist_include_HEADERS = TYPESIZES.mod NETCDF.mod
39 @@ -27,6 +27,7 @@
40 +TYPESIZES.mod: typeSizes.o typeSizes.lo
41 +NETCDF.mod: $(NETCDF_).o $(NETCDF_).lo
42 +$(NETCDF_).o : TYPESIZES.mod
43 ++$(NETCDF_).lo : TYPESIZES.mod
44 else
45 nodist_include_HEADERS = typesizes.mod netcdf.mod
46 -typesizes.mod: typeSizes.o
47 @@ -34,6 +35,7 @@
48 +typesizes.mod: typeSizes.o typeSizes.lo
49 +netcdf.mod: $(NETCDF_).o $(NETCDF_).lo
50 +$(NETCDF_).o : typesizes.mod
51 ++$(NETCDF_).lo : typesizes.mod
52 endif
53
54 # This is what we are building: a convenience library of F90 functions.
55
56
57
58 --
59 gentoo-commits@g.o mailing list