Gentoo Archives: gentoo-commits

From: "Steve Arnold (nerdboy)" <nerdboy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/mpich2: ChangeLog mpich2-1.0.6.ebuild
Date: Wed, 12 Dec 2007 05:20:54
Message-Id: E1J2K1W-0003U8-Ac@stork.gentoo.org
1 nerdboy 07/12/12 05:20:46
2
3 Modified: ChangeLog mpich2-1.0.6.ebuild
4 Log:
5 fixed string quoting issue in bug 201182
6 (Portage version: 2.1.4_rc7)
7
8 Revision Changes Path
9 1.23 sys-cluster/mpich2/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 3 Dec 2007 06:03:02 -0000 1.22
22 +++ ChangeLog 12 Dec 2007 05:20:45 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sys-cluster/mpich2
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.22 2007/12/03 06:03:02 nerdboy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/ChangeLog,v 1.23 2007/12/12 05:20:45 nerdboy Exp $
28 +
29 + 12 Dec 2007; Steve Arnold <nerdboy@g.o> mpich2-1.0.6.ebuild:
30 + fixed string quoting issue in bug 201182, although I can't reproduce
31 + bug #201977 at the moment...
32
33 *mpich2-1.0.6 (03 Dec 2007)
34
35
36
37
38 1.3 sys-cluster/mpich2/mpich2-1.0.6.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild?r1=1.2&r2=1.3
43
44 Index: mpich2-1.0.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- mpich2-1.0.6.ebuild 3 Dec 2007 07:21:32 -0000 1.2
51 +++ mpich2-1.0.6.ebuild 12 Dec 2007 05:20:45 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 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.0.6.ebuild,v 1.2 2007/12/03 07:21:32 mr_bones_ Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/mpich2/mpich2-1.0.6.ebuild,v 1.3 2007/12/12 05:20:45 nerdboy Exp $
57
58 inherit autotools distutils eutils flag-o-matic fortran java-pkg-2
59
60 @@ -182,15 +182,16 @@
61 fi
62
63 if use mpe-sdk; then
64 - mpe_conf='--with-java=${JDK_TOPDIR} --with-java2=${JDK_TOPDIR} \
65 + mpe_conf="--with-java=${JDK_TOPDIR} --with-java2=${JDK_TOPDIR} \
66 --enable-slog2=build \
67 - --with-mpicc="${WORKDIR}"/build/bin/mpicc \
68 - --with-mpif77="${WORKDIR}"/build/bin/mpif77 \
69 + --with-mpicc=\"${WORKDIR}\"/build/bin/mpicc \
70 + --with-mpif77=\"${WORKDIR}\"/build/bin/mpif77 \
71 --enable-collchk --enable-graphics=yes --enable-wrappers \
72 --with-trace-libdir=/usr/$(get_libdir)/mpe/trace_rlog \
73 --with-flib_path_leader=-Wl,-L --enable-mpich \
74 - --enable-misc --enable-callstack --enable-logging'
75 - use debug && mpe_conf=" ${mpe_conf} --enable-g"
76 + --enable-misc --enable-callstack --enable-logging"
77 +
78 + use debug && mpe_conf="${mpe_conf} --enable-g"
79
80 sed -i -e "s:fpic:fPIC:g" \
81 src/mpe2/src/slog2sdk/trace_sample/configure \
82 @@ -219,7 +220,7 @@
83 --mandir=/usr/share/man \
84 --sysconfdir=/etc/"${PN}" \
85 --prefix=/usr --exec-prefix=/usr \
86 - --datadir=/usr/share/${PN} || die "configure failed"
87 + --datadir=/usr/share/"${PN}" || die "configure failed"
88
89 # no parallel make here
90 use fortran && export FFLAGS="-fPIC"
91 @@ -256,12 +257,13 @@
92 elog "Using ./configure --prefix=${TEST} --with-mpi=${TEST} etc..."
93 echo
94
95 - "${S}"/configure --with-mpi="${TEST}" \
96 - --exec-prefix="${TEST}" \
97 + export LD_LIBRARY_PATH="${TEST}/lib:$LD_LIBRARY_PATH"
98 +
99 + "${S}"/configure \
100 + --exec-prefix="${TEST}" --with-mpi="${TEST}" \
101 --disable-f90 --with-mpich2="${TEST}" $(use_enable threads) \
102 || die "configure test failed"
103
104 - export LD_LIBRARY_PATH="${TEST}/lib:$LD_LIBRARY_PATH"
105 nice --adjustment=3 make testing || die "make testing failed"
106
107 "${TEST}"/bin/mpdallexit
108
109
110
111 --
112 gentoo-commits@g.o mailing list