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