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: ChangeLog mpich2-1.4_rc2.ebuild
Date: Thu, 05 May 2011 19:52:06
Message-Id: 20110505195156.325DC20054@flycatcher.gentoo.org
1 jsbronder 11/05/05 19:51:56
2
3 Modified: ChangeLog mpich2-1.4_rc2.ebuild
4 Log:
5 Re-enable some tests
6
7 (Portage version: 2.1.9.46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.69 sys-cluster/mpich2/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.69&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.69&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.68&r2=1.69
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
19 retrieving revision 1.68
20 retrieving revision 1.69
21 diff -u -r1.68 -r1.69
22 --- ChangeLog 4 May 2011 03:29:40 -0000 1.68
23 +++ ChangeLog 5 May 2011 19:51:56 -0000 1.69
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-cluster/mpich2
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.68 2011/05/04 03:29:40 jsbronder Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.69 2011/05/05 19:51:56 jsbronder Exp $
29 +
30 + 05 May 2011; Justin Bronder <jsbronder@g.o> mpich2-1.4_rc2.ebuild:
31 + Re-enable some tests
32
33 *mpich2-1.4_rc2 (04 May 2011)
34
35
36
37
38 1.4 sys-cluster/mpich2/mpich2-1.4_rc2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild?r1=1.3&r2=1.4
43
44 Index: mpich2-1.4_rc2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- mpich2-1.4_rc2.ebuild 4 May 2011 03:58:13 -0000 1.3
51 +++ mpich2-1.4_rc2.ebuild 5 May 2011 19:51:56 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.3 2011/05/04 03:58:13 jsbronder Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.4_rc2.ebuild,v 1.4 2011/05/05 19:51:56 jsbronder Exp $
57
58 EAPI=2
59
60 @@ -52,7 +52,7 @@
61 }
62
63 src_configure() {
64 - local c="--enable-shared --enable-sharedlibs=gcc"
65 + local c="--enable-shared"
66 local romio_conf
67
68 # The configure statements can be somewhat confusing, as they
69 @@ -103,11 +103,6 @@
70 }
71
72 src_test() {
73 - if ! use romio; then
74 - # These tests in errhan/ rely on MPI::File ...which is in romio
75 - echo "" > test/mpi/errors/cxx/errhan/testlist
76 - fi
77 -
78 # See #362655 and comments in the testlist files.
79 # large_message: only on machines with > 8gb of ram
80 # bcastlength: This is an extension to MPI that's not necessary
81 @@ -117,13 +112,6 @@
82 sed -i '/^[# ]*bcastlength/d' test/mpi/errors/coll/testlist || die
83 sed -i '/^[# ]*non_zero_root/d' test/mpi/perf/testlist || die
84
85 - if use debug; then
86 - # http://bugs.gentoo.org/show_bug.cgi?id=362655#c8
87 - sed -i '/^[# ]*scancel/d' test/mpi/pt2pt/testlist || die
88 - sed -i '/^[# ]*pscancel/d' test/mpi/pt2pt/testlist || die
89 - sed -i '/^[# ]*cancelrecv/d' test/mpi/pt2pt/testlist || die
90 - fi
91 -
92 emake -j1 \
93 CC="${S}"/bin/mpicc \
94 CXX="${S}"/bin/mpicxx \