Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: mpich2-1.4_rc2.ebuild
Date: Wed, 04 May 2011 03:58:23
Message-Id: 20110504035813.5DCD12004F@flycatcher.gentoo.org
1 jsbronder 11/05/04 03:58:13
2
3 Modified: mpich2-1.4_rc2.ebuild
4 Log:
5 Enable debugging as recommended by upstream (#362655)
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-cluster/mpich2/mpich2-1.4_rc2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?r1=1.2&r2=1.3
15
16 Index: mpich2-1.4_rc2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- mpich2-1.4_rc2.ebuild 4 May 2011 03:45:32 -0000 1.2
23 +++ mpich2-1.4_rc2.ebuild 4 May 2011 03:58:13 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.2 2011/05/04 03:45:32 jsbronder Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.3 2011/05/04 03:58:13 jsbronder Exp $
29
30 EAPI=2
31
32 @@ -59,7 +59,7 @@
33 # don't all show up in the top level configure, however, they
34 # are picked up in the children directories.
35
36 - use debug && c="${c} --enable-g=all --enable-debuginfo"
37 + use debug && c="${c} --enable-g=dbg --enable-debuginfo"
38
39 if use mpi-threads; then
40 # MPI-THREAD requries threading.