Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/openmpi: openmpi-1.5.3-r1.ebuild ChangeLog
Date: Sat, 02 Jul 2011 16:37:35
Message-Id: 20110702163724.AE38D2004B@flycatcher.gentoo.org
1 alexxy 11/07/02 16:37:24
2
3 Modified: openmpi-1.5.3-r1.ebuild ChangeLog
4 Log:
5 [sys-cluster/openmpi] Fix hwloc location detection
6
7 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: openmpi-1.5.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- openmpi-1.5.3-r1.ebuild 2 Jul 2011 16:31:41 -0000 1.2
23 +++ openmpi-1.5.3-r1.ebuild 2 Jul 2011 16:37:24 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild,v 1.2 2011/07/02 16:31:41 alexxy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3-r1.ebuild,v 1.3 2011/07/02 16:37:24 alexxy Exp $
29
30 EAPI=3
31 inherit eutils fortran-2 multilib flag-o-matic toolchain-funcs
32 @@ -66,7 +66,7 @@
33 --enable-pretty-print-stacktrace
34 --enable-orterun-prefix-by-default
35 --without-slurm
36 - --with-hwloc=/usr
37 + --with-hwloc="${EPREFIX}/usr"
38 )
39
40 if use mpi-threads; then
41
42
43
44 1.89 sys-cluster/openmpi/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.89&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?rev=1.89&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/openmpi/ChangeLog?r1=1.88&r2=1.89
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v
53 retrieving revision 1.88
54 retrieving revision 1.89
55 diff -u -r1.88 -r1.89
56 --- ChangeLog 2 Jul 2011 16:31:41 -0000 1.88
57 +++ ChangeLog 2 Jul 2011 16:37:24 -0000 1.89
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-cluster/openmpi
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.88 2011/07/02 16:31:41 alexxy Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.89 2011/07/02 16:37:24 alexxy Exp $
63 +
64 + 02 Jul 2011; Alexey Shvetsov <alexxy@g.o> openmpi-1.5.3-r1.ebuild:
65 + Fix hwloc location detection
66
67 02 Jul 2011; Alexey Shvetsov <alexxy@g.o> openmpi-1.5.3-r1.ebuild:
68 Add ~amd64-linux keyword