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: ChangeLog openmpi-1.4.1.ebuild
Date: Wed, 03 Feb 2010 23:19:01
Message-Id: E1NcoUj-0005qx-W6@stork.gentoo.org
1 jsbronder 10/02/03 23:18:49
2
3 Modified: ChangeLog openmpi-1.4.1.ebuild
4 Log:
5 Add upstream fix for wrapper flag ordering
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.60 sys-cluster/openmpi/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.60&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.60&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/ChangeLog?r1=1.59&r2=1.60
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
18 retrieving revision 1.59
19 retrieving revision 1.60
20 diff -u -r1.59 -r1.60
21 --- ChangeLog 20 Jan 2010 02:30:42 -0000 1.59
22 +++ ChangeLog 3 Feb 2010 23:18:49 -0000 1.60
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-cluster/openmpi
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.59 2010/01/20 02:30:42 jsbronder Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.60 2010/02/03 23:18:49 jsbronder Exp $
28 +
29 + 03 Feb 2010; Justin Bronder <jsbronder@g.o> openmpi-1.4.1.ebuild,
30 + +files/openmpi-1.4.1-r22513.patch:
31 + Add upstream fix for wrapper flag ordering
32
33 20 Jan 2010; Justin Bronder <jsbronder@g.o>
34 -openmpi-1.2.9-r1.ebuild, -openmpi-1.3.3.ebuild, -openmpi-1.4.ebuild:
35
36
37
38 1.2 sys-cluster/openmpi/openmpi-1.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild?r1=1.1&r2=1.2
43
44 Index: openmpi-1.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- openmpi-1.4.1.ebuild 20 Jan 2010 02:24:37 -0000 1.1
51 +++ openmpi-1.4.1.ebuild 3 Feb 2010 23:18:49 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild,v 1.1 2010/01/20 02:24:37 jsbronder Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.4.1.ebuild,v 1.2 2010/02/03 23:18:49 jsbronder Exp $
57
58 EAPI=2
59 inherit eutils multilib flag-o-matic toolchain-funcs fortran
60 @@ -57,6 +57,10 @@
61 echo 'oob_tcp_listen_mode = listen_thread' \
62 >> opal/etc/openmpi-mca-params.conf
63 fi
64 +
65 + # https://svn.open-mpi.org/trac/ompi/ticket/2201
66 + epatch "${FILESDIR}"/${P}-r22513.patch
67 +
68 }
69
70 src_configure() {
71 @@ -67,10 +71,6 @@
72 --enable-orterun-prefix-by-default
73 --without-slurm"
74
75 - # Workaround for #288147 which also caused packages like hdf5 to fail.
76 - # http://www.open-mpi.org/community/lists/users/2009/12/11419.php
77 - c="${c} --includedir=$(mpi_root)usr/include/${PN}"
78 -
79 if use mpi-threads; then
80 myconf="${myconf}
81 --enable-mpi-threads