diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-25 07:41:15 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-25 07:41:15 +0000 |
commit | 45dfb36d7091ae575a127d8aa5c3b9cba471bd9b (patch) | |
tree | 15b8e764710993cbb3200089f4151b8113746ead /sys-cluster/openmpi/metadata.xml | |
parent | use_with -> use_enable to fix bug #147132 (diff) | |
download | gentoo-2-45dfb36d7091ae575a127d8aa5c3b9cba471bd9b.tar.gz gentoo-2-45dfb36d7091ae575a127d8aa5c3b9cba471bd9b.tar.bz2 gentoo-2-45dfb36d7091ae575a127d8aa5c3b9cba471bd9b.zip |
(#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.
(Portage version: 2.1.2_pre1-r1)
Diffstat (limited to 'sys-cluster/openmpi/metadata.xml')
-rw-r--r-- | sys-cluster/openmpi/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-cluster/openmpi/metadata.xml b/sys-cluster/openmpi/metadata.xml new file mode 100644 index 000000000000..348e6c4de815 --- /dev/null +++ b/sys-cluster/openmpi/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cluster</herd> +</pkgmetadata> |