diff options
Diffstat (limited to 'sys-cluster/openmpi/ChangeLog')
-rw-r--r-- | sys-cluster/openmpi/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-cluster/openmpi/ChangeLog b/sys-cluster/openmpi/ChangeLog new file mode 100644 index 000000000000..2933e7d5234e --- /dev/null +++ b/sys-cluster/openmpi/ChangeLog @@ -0,0 +1,17 @@ +# 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.1 2006/09/25 07:41:15 dberkholz Exp $ + +*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. + |