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/openmpi: openmpi-1.2.6.ebuild ChangeLog
Date: Wed, 25 Jun 2008 14:53:10
Message-Id: E1KBWMq-0006bl-EG@stork.gentoo.org
1 jsbronder 08/06/25 14:53:04
2
3 Modified: openmpi-1.2.6.ebuild ChangeLog
4 Log:
5 Fix the romio use flag so romio can be disabled as it was always built before. Thanks to Coldwind, #224099c16
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 sys-cluster/openmpi/openmpi-1.2.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild?r1=1.6&r2=1.7
14
15 Index: openmpi-1.2.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- openmpi-1.2.6.ebuild 18 Jun 2008 13:06:17 -0000 1.6
22 +++ openmpi-1.2.6.ebuild 25 Jun 2008 14:53:03 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild,v 1.6 2008/06/18 13:06:17 fmccor Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.2.6.ebuild,v 1.7 2008/06/25 14:53:03 jsbronder Exp $
28
29 inherit eutils multilib flag-o-matic toolchain-funcs fortran
30
31 @@ -76,7 +76,7 @@
32
33 econf ${myconf} \
34 $(use_enable !nocxx mpi-cxx) \
35 - $(use_enable romio romio-io) \
36 + $(use_enable romio io-romio) \
37 $(use_enable smp smp-locks) \
38 $(use_enable heterogeneous) \
39 $(use_with pbs tm) \
40
41
42
43 1.24 sys-cluster/openmpi/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.24&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.24&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?r1=1.23&r2=1.24
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
52 retrieving revision 1.23
53 retrieving revision 1.24
54 diff -u -r1.23 -r1.24
55 --- ChangeLog 18 Jun 2008 13:06:17 -0000 1.23
56 +++ ChangeLog 25 Jun 2008 14:53:03 -0000 1.24
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-cluster/openmpi
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.23 2008/06/18 13:06:17 fmccor Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.24 2008/06/25 14:53:03 jsbronder Exp $
62 +
63 + 25 Jun 2008; Justin Bronder <jsbronder@g.o> openmpi-1.2.6.ebuild:
64 + Fix the romio use flag so romio can be disabled as it was always built before.
65 + Thanks to Coldwind, #224099c16
66
67 18 Jun 2008; Ferris McCormick <fmccor@g.o> openmpi-1.2.6.ebuild:
68 Sparc stable, bug #224099.
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list