Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/mpi: ChangeLog mpi-2.0.ebuild
Date: Fri, 26 Jun 2009 22:57:15
Message-Id: E1MKKM5-0004Dm-Fh@stork.gentoo.org
1 jsbronder 09/06/26 22:57:13
2
3 Modified: ChangeLog
4 Added: mpi-2.0.ebuild
5 Log:
6 Add a virtual for the 2.0 MPI spec. Also add deps for packages needing c++ or fortran support.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 virtual/mpi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mpi/ChangeLog?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mpi/ChangeLog?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mpi/ChangeLog?r1=1.7&r2=1.8
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/mpi/ChangeLog,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- ChangeLog 13 Jun 2009 16:32:58 -0000 1.7
23 +++ ChangeLog 26 Jun 2009 22:57:13 -0000 1.8
24 @@ -1,6 +1,13 @@
25 # ChangeLog for virtual/mpi
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/mpi/ChangeLog,v 1.7 2009/06/13 16:32:58 jsbronder Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/mpi/ChangeLog,v 1.8 2009/06/26 22:57:13 jsbronder Exp $
29 +
30 +*mpi-2.0 (26 Jun 2009)
31 +
32 + 26 Jun 2009; Justin Bronder <jsbronder@g.o> +mpi-2.0.ebuild:
33 + Add a virtual for the 2.0 MPI spec. Also add deps for packages
34 + needing c++ or fortran support. Can go stable once mpich2-1.0.8
35 + and openmpi-1.2.9 are.
36
37 13 Jun 2009; Justin Bronder <jsbronder@g.o> mpi-1.0.ebuild:
38 Remove sys-cluster/mpich from virtual/mpi. (#266565)
39
40
41
42 1.1 virtual/mpi/mpi-2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mpi/mpi-2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/virtual/mpi/mpi-2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mpi-2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/virtual/mpi/mpi-2.0.ebuild,v 1.1 2009/06/26 22:57:13 jsbronder Exp $
52
53 EAPI=2
54
55 DESCRIPTION="Virtual for Message Passing Interface (MPI) v2.0 implementation"
56 HOMEPAGE="http://www.gentoo.org/proj/en/cluster/"
57 SRC_URI=""
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
61 IUSE="cxx fortran"
62
63 RDEPEND="|| (
64 sys-cluster/openmpi[cxx?,fortran?]
65 sys-cluster/mpich2[cxx?,fortran?]
66 sys-cluster/lam-mpi[fortran?]
67 )"
68
69 DEPEND=""