From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KBWMv-0004rV-TD for garchives@archives.gentoo.org; Wed, 25 Jun 2008 14:53:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28779E03A1; Wed, 25 Jun 2008 14:53:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D4667E03A1 for ; Wed, 25 Jun 2008 14:53:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 7B033673D4 for ; Wed, 25 Jun 2008 14:53:08 +0000 (UTC) Received: from jsbronder by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KBWMq-0006bl-EG for gentoo-commits@lists.gentoo.org; Wed, 25 Jun 2008 14:53:04 +0000 From: "Justin Bronder (jsbronder)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jsbronder@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/openmpi: openmpi-1.2.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: openmpi-1.2.6.ebuild ChangeLog X-VCS-Directories: sys-cluster/openmpi X-VCS-Committer: jsbronder X-VCS-Committer-Name: Justin Bronder Content-Type: text/plain; charset=utf8 Message-Id: Sender: Justin Bronder Date: Wed, 25 Jun 2008 14:53:04 +0000 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: 5e0b7137-14ef-4ea7-9cb0-ef2f68af244e X-Archives-Hash: 83ac23d834f53e509257f24b67b3c45f jsbronder 08/06/25 14:53:04 Modified: openmpi-1.2.6.ebuild ChangeLog Log: Fix the romio use flag so romio can be disabled as it was always built = before. Thanks to Coldwind, #224099c16 (Portage version: 2.1.4.4) Revision Changes Path 1.7 sys-cluster/openmpi/openmpi-1.2.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/openmpi-1.2.6.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/openmpi-1.2.6.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/openmpi-1.2.6.ebuild?r1=3D1.6&r2=3D1.7 Index: openmpi-1.2.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuil= d,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- openmpi-1.2.6.ebuild 18 Jun 2008 13:06:17 -0000 1.6 +++ openmpi-1.2.6.ebuild 25 Jun 2008 14:53:03 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebu= ild,v 1.6 2008/06/18 13:06:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebu= ild,v 1.7 2008/06/25 14:53:03 jsbronder Exp $ =20 inherit eutils multilib flag-o-matic toolchain-funcs fortran =20 @@ -76,7 +76,7 @@ =20 econf ${myconf} \ $(use_enable !nocxx mpi-cxx) \ - $(use_enable romio romio-io) \ + $(use_enable romio io-romio) \ $(use_enable smp smp-locks) \ $(use_enable heterogeneous) \ $(use_with pbs tm) \ 1.24 sys-cluster/openmpi/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/ChangeLog?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/ChangeLog?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmp= i/ChangeLog?r1=3D1.23&r2=3D1.24 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 18 Jun 2008 13:06:17 -0000 1.23 +++ ChangeLog 25 Jun 2008 14:53:03 -0000 1.24 @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/openmpi # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.23 = 2008/06/18 13:06:17 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.24 = 2008/06/25 14:53:03 jsbronder Exp $ + + 25 Jun 2008; Justin Bronder openmpi-1.2.6.ebuil= d: + Fix the romio use flag so romio can be disabled as it was always built= before. + Thanks to Coldwind, #224099c16 =20 18 Jun 2008; Ferris McCormick openmpi-1.2.6.ebuild= : Sparc stable, bug #224099. --=20 gentoo-commits@lists.gentoo.org mailing list