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