From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QHTPA-0004Sq-Qb for garchives@archives.gentoo.org; Wed, 04 May 2011 04:09:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 019ED1C00F; Wed, 4 May 2011 04:09:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B45901C00F for ; Wed, 4 May 2011 04:09:32 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35BEE1B401C for ; Wed, 4 May 2011 04:09:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 4841580505 for ; Wed, 4 May 2011 04:09:31 +0000 (UTC) From: "Justin Bronder" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Bronder" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/mpich2/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/mpich2/mpich2-1.4_rc2.ebuild X-VCS-Directories: sys-cluster/mpich2/ X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder X-VCS-Revision: edf300ef54367a600cac07fa97810e01d53f6d8a Date: Wed, 4 May 2011 04:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: c18a40589f821fbdcbfeb21ef8695acf commit: edf300ef54367a600cac07fa97810e01d53f6d8a Author: Justin Bronder gentoo org> AuthorDate: Wed May 4 04:09:24 2011 +0000 Commit: Justin Bronder gentoo org> CommitDate: Wed May 4 04:09:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dedf300ef Enable debugging as recommended by upstream (#362655) (Portage version: 2.1.9.46/git/Linux x86_64, signed Manifest commit with = key 4D7043C9) --- sys-cluster/mpich2/mpich2-1.4_rc2.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild b/sys-cluster/mpich= 2/mpich2-1.4_rc2.ebuild index 0be12e8..1c08515 100644 --- a/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild +++ b/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild @@ -66,7 +66,7 @@ src_configure() { # don't all show up in the top level configure, however, they # are picked up in the children directories. =20 - use debug && c=3D"${c} --enable-g=3Dall --enable-debuginfo" + use debug && c=3D"${c} --enable-g=3Ddbg --enable-debuginfo" =20 if use mpi-threads; then # MPI-THREAD requries threading.