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