1 |
# ChangeLog for sys-cluster/openmpi |
2 |
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/ChangeLog,v 1.4 2006/12/06 23:33:02 dberkholz Exp $ |
4 |
|
5 |
06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; openmpi-1.1.1.ebuild, |
6 |
openmpi-1.1.2.ebuild: |
7 |
Block virtual/mpi (Aaron Tygart). |
8 |
|
9 |
06 Dec 2006; Donnie Berkholz <dberkholz@gentoo.org>; openmpi-1.1.1.ebuild, |
10 |
openmpi-1.1.2.ebuild: |
11 |
Explicitly set DEPEND to RDEPEND. |
12 |
|
13 |
*openmpi-1.1.2 (23 Nov 2006) |
14 |
|
15 |
23 Nov 2006; Donnie Berkholz <dberkholz@gentoo.org>; |
16 |
+openmpi-1.1.2.ebuild: |
17 |
(#153968) Bump. Interesting changes include correctness and performance |
18 |
fixes for heterogenous nodes as well as TCP updates to support non-uniform |
19 |
TCP environments. More info at |
20 |
http://www.open-mpi.org/community/lists/announce/2006/10/0008.php. |
21 |
|
22 |
25 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; openmpi-1.1.1.ebuild: |
23 |
Add MPI to the description, drop some capital letters. |
24 |
|
25 |
*openmpi-1.1.1 (25 Sep 2006) |
26 |
|
27 |
25 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; +metadata.xml, |
28 |
+openmpi-1.1.1.ebuild: |
29 |
(#126295) Add Open MPI ebuild from the science overlay (Sebastien Fabbro, |
30 |
Eric Thibodeau). I removed the compiler-based slotting mechanism because |
31 |
portage lacks support for multiple slots of the same version -- the SLOT |
32 |
file in /var/db/pkg just gets overwritten and it loses track of the others, |
33 |
amongst other issues. Removed USE=static, that's used to compile static |
34 |
binaries, not to also build static libraries. Changed SLOT to 0 from 6 in |
35 |
the overlay. Removed the hack for PGI compilers, that needs to happen in |
36 |
fortran.eclass. Use epause() from eutils.eclass rather than sleep. |