summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2003-11-03 04:07:22 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2003-11-03 04:07:22 +0000
commit73ee4eac3274cb2d31bd65ac8ab5a258ddb6d830 (patch)
tree4465a2839a1506702204e72c8544f3c543f801db /sys-cluster
parentrepoman: Trim trailing whitespace (diff)
downloadhistorical-73ee4eac3274cb2d31bd65ac8ab5a258ddb6d830.tar.gz
historical-73ee4eac3274cb2d31bd65ac8ab5a258ddb6d830.tar.bz2
historical-73ee4eac3274cb2d31bd65ac8ab5a258ddb6d830.zip
Bump to close bug #31288. Added metadata.xml for cluster herd.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lam-mpi/ChangeLog8
-rw-r--r--sys-cluster/lam-mpi/Manifest5
-rw-r--r--sys-cluster/lam-mpi/files/digest-lam-mpi-7.0.21
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.0.2.ebuild65
-rw-r--r--sys-cluster/lam-mpi/metadata.xml5
5 files changed, 82 insertions, 2 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog
index 235733dfbabf..70da3cf36ed9 100644
--- a/sys-cluster/lam-mpi/ChangeLog
+++ b/sys-cluster/lam-mpi/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-cluster/lam-mpi
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.2 2003/07/11 15:54:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.3 2003/11/03 04:07:14 spyderous Exp $
+
+*lam-mpi-7.0.2 (02 Nov 2003)
+
+ 02 Nov 2003; Donnie Berkholz <spyderous@gentoo.org>; lam-mpi-7.0.2.ebuild,
+ metadata.xml:
+ Bump to close bug #31288. Added metadata.xml for cluster herd.
07 Jul 2003; George Shapovalov <george@gentoo.org> :
moved from dev-libs into sys-cluster
diff --git a/sys-cluster/lam-mpi/Manifest b/sys-cluster/lam-mpi/Manifest
index 8b23b7bb28af..79c904fe4079 100644
--- a/sys-cluster/lam-mpi/Manifest
+++ b/sys-cluster/lam-mpi/Manifest
@@ -1,9 +1,12 @@
-MD5 d5879366c8eccf6d48918c37c6e9b05d ChangeLog 2232
+MD5 72733f7f04799198cecf26beb6e46691 ChangeLog 2424
MD5 65ac945c484a031dfb7ef4e2cf30773c lam-mpi-6.5.6-r1.ebuild 1463
MD5 ae375ff2817e99645cc20f005e384526 lam-mpi-6.5.7.ebuild 1376
MD5 218d80be782fd68f7f8001b2b6ace932 lam-mpi-6.5.9-r1.ebuild 1543
MD5 224256393cce24b833b54f3717cde114 lam-mpi-6.5.9.ebuild 1374
+MD5 9a0827250433d5674bea37ec309fadc0 lam-mpi-7.0.2.ebuild 1423
+MD5 cde8b4e93c9339eb99fe3ad45941c99b metadata.xml 160
MD5 b2a92a68d13d42103750c61268d9ef19 files/digest-lam-mpi-6.5.6-r1 63
MD5 742d2b0cd6347d7e8403628f0d56a5d1 files/digest-lam-mpi-6.5.7 63
MD5 e897a667e2ca42d134950b2c85a4b4e3 files/digest-lam-mpi-6.5.9 63
MD5 e897a667e2ca42d134950b2c85a4b4e3 files/digest-lam-mpi-6.5.9-r1 63
+MD5 da17d8227315799bb5745b32fe45e398 files/digest-lam-mpi-7.0.2 63
diff --git a/sys-cluster/lam-mpi/files/digest-lam-mpi-7.0.2 b/sys-cluster/lam-mpi/files/digest-lam-mpi-7.0.2
new file mode 100644
index 000000000000..48ff14e206b7
--- /dev/null
+++ b/sys-cluster/lam-mpi/files/digest-lam-mpi-7.0.2
@@ -0,0 +1 @@
+MD5 c8681dcee3635d1b734e79af6e53820a lam-7.0.2.tar.bz2 5611914
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.0.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.0.2.ebuild
new file mode 100644
index 000000000000..f7580415d9d1
--- /dev/null
+++ b/sys-cluster/lam-mpi/lam-mpi-7.0.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.0.2.ebuild,v 1.1 2003/11/03 04:07:14 spyderous Exp $
+
+IUSE="crypt"
+
+MY_P=${P/-mpi}
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="the LAM MPI parallel computing environment"
+SRC_URI="http://www.lam-mpi.org/download/files/${MY_P}.tar.bz2"
+HOMEPAGE="http://www.lam-mpi.org"
+
+DEPEND="virtual/glibc
+ !sys-cluster/mpich"
+# we need ssh if we want to use it instead of rsh
+RDEPEND="${DEPEND}
+ crypt? ( net-misc/openssh )
+ !crypt? ( net-misc/netkit-rsh )"
+
+SLOT="6"
+KEYWORDS="~x86"
+LICENSE="as-is"
+
+src_unpack() {
+ unpack ${A}
+
+ cd ${S}/romio/util/
+ sed -i "s|docdir=\"\$datadir/lam/doc\"|docdir=\"${D}/usr/share/doc/${PF}\"|" romioinstall.in
+}
+
+src_compile() {
+
+ local myconf
+
+ if use crypt; then
+ myconf="--with-rsh=ssh"
+ else
+ myconf="--with-rsh=rsh"
+ fi
+
+ econf \
+ --sysconfdir=/etc/lam-mpi \
+ ${myconf} || die
+
+ # sometimes emake doesn't finish since it gets ahead of itself :)
+
+ make || die
+}
+
+src_install () {
+
+ make DESTDIR="${D}" install || die
+
+ #need to correct the produced absolute symlink
+ cd ${D}/usr/include
+ rm mpi++.h
+ ln -sf mpi2c++/mpi++.h mpi++.h
+
+ # There are a bunch more tex docs we could make and install too,
+ # but they might be replicated in the pdf.
+ dodoc README HISTORY LICENSE VERSION
+ cd ${S}/doc
+ dodoc {user,install}.pdf
+}
diff --git a/sys-cluster/lam-mpi/metadata.xml b/sys-cluster/lam-mpi/metadata.xml
new file mode 100644
index 000000000000..348e6c4de815
--- /dev/null
+++ b/sys-cluster/lam-mpi/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>