summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2009-11-06 17:42:01 +0000
committerJustin Bronder <jsbronder@gentoo.org>2009-11-06 17:42:01 +0000
commit8f93de425d3a455c390ac13dae944b05f76e6c2e (patch)
tree7c63e4db5bc7762b9676a253ff3fb8dc4f22f434 /sys-cluster
parentMask x11-misc/karamba, replaced by kde-base/superkaramba. Mask themes that de... (diff)
downloadgentoo-2-8f93de425d3a455c390ac13dae944b05f76e6c2e.tar.gz
gentoo-2-8f93de425d3a455c390ac13dae944b05f76e6c2e.tar.bz2
gentoo-2-8f93de425d3a455c390ac13dae944b05f76e6c2e.zip
Remove old versions.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/lam-mpi/ChangeLog6
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild67
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild97
-rw-r--r--sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild131
4 files changed, 5 insertions, 296 deletions
diff --git a/sys-cluster/lam-mpi/ChangeLog b/sys-cluster/lam-mpi/ChangeLog
index 77f7bb5be562..76ae881fd189 100644
--- a/sys-cluster/lam-mpi/ChangeLog
+++ b/sys-cluster/lam-mpi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/lam-mpi
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.80 2009/11/06 16:30:56 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/ChangeLog,v 1.81 2009/11/06 17:42:01 jsbronder Exp $
+
+ 06 Nov 2009; Justin Bronder <jsbronder@gentoo.org> -lam-mpi-7.0.4.ebuild,
+ -lam-mpi-7.1.2.ebuild, -lam-mpi-7.1.4.ebuild:
+ Remove old versions.
06 Nov 2009; Jeroen Roovers <jer@gentoo.org> lam-mpi-7.1.4-r1.ebuild:
Stable for HPPA (bug #245439).
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild
deleted file mode 100644
index ef653736c7ec..000000000000
--- a/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.0.4.ebuild,v 1.13 2009/09/23 20:41:24 patrick 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=""
-# we need ssh if we want to use it instead of rsh
-RDEPEND="${DEPEND}
- crypt? ( net-misc/openssh )
- !crypt? ( net-misc/netkit-rsh )
- !sys-cluster/mpich
- !sys-cluster/openmpi
- !sys-cluster/mpich2"
-
-SLOT="6"
-KEYWORDS="x86 amd64 alpha sparc ppc ppc64"
-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 VERSION
- cd "${S}"/doc
- dodoc {user,install}.pdf
-}
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild
deleted file mode 100644
index a4bee539f1bd..000000000000
--- a/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.2.ebuild,v 1.18 2009/09/23 20:41:24 patrick Exp $
-
-inherit autotools eutils fortran flag-o-matic multilib portability
-
-# LAM is a PITA with PBS. If it's detected, there is NO way to turn it off!
-# Likewise for the other SSI boot modules (globus/slurm/tm are affected)
-IUSE="crypt pbs fortran xmpi"
-
-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="pbs? ( virtual/pbs )
- !sys-cluster/mpich
- !sys-cluster/openmpi
- !sys-cluster/mpich2"
-# 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="amd64 hppa ia64 ppc ppc64 ~sparc 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
-
- for i in "${S}"/share/memory/{ptmalloc,ptmalloc2,darwin7}/Makefile.in; do
- sed -i -e 's@^\(docdir = \)\$(datadir)/lam/doc@\1'/usr/share/doc/${PF}'@' ${i}
- done
-
- cd "${S}"
- epatch "${FILESDIR}"/${PV}-lam_prog_f77.m4.patch
- epatch "${FILESDIR}"/${PV}-liblam-use-extra-libs.patch
- eautoreconf
-}
-
-pkg_setup() {
- : # make sure fortran_pkg_setup does NOT run
-}
-
-src_compile() {
-
- local myconf
-
- if use crypt; then
- myconf="${myconf} --with-rsh=ssh"
- else
- myconf="${myconf} --with-rsh=rsh"
- fi
-
- use pbs && append-ldflags -L/usr/$(get_libdir)/pbs/lib
-
- if use fortran; then
- fortran_pkg_setup
- # this is NOT in pkg_setup as it is NOT needed for RDEPEND right away it
- # can be installed after merging from binary, and still have things fine
- myconf="${myconf} --with-fc=${FORTRANC}"
- else
- myconf="${myconf} --without-fc"
- fi
-
- econf \
- $(use_with xmpi trillium) \
- --sysconfdir=/etc/lam-mpi \
- --enable-shared \
- --with-threads=posix \
- ${myconf} || die
-}
-
-src_install () {
-
- make DESTDIR="${D}" install || die
-
- # There are a bunch more tex docs we could make and install too,
- # but they might be replicated in the pdf.
- # They are replicated in the pdfs! Thus remove this comment?
- dodoc README HISTORY VERSION
- cd "${S}"/doc
- dodoc {user,install}.pdf
-
- # install examples
- cd "${S}"/examples
- mkdir -p "${D}"/usr/share/${P}/examples
- find -name README -or -iregex '.*\.[chf][c]?$' > "${T}"/testlist
- while read p; do
- treecopy $p "${D}"/usr/share/${P}/examples ;
- done < "${T}"/testlist
-}
diff --git a/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild b/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild
deleted file mode 100644
index 41a25317953f..000000000000
--- a/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild
+++ /dev/null
@@ -1,131 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/lam-mpi/lam-mpi-7.1.4.ebuild,v 1.5 2008/11/18 14:35:25 jer Exp $
-
-inherit autotools eutils fortran flag-o-matic multilib portability
-
-IUSE="crypt pbs fortran xmpi romio examples"
-
-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="pbs? ( sys-cluster/torque )
- !sys-cluster/mpich
- !sys-cluster/openmpi
- !sys-cluster/mpich2"
-
-RDEPEND="${DEPEND}
- crypt? ( net-misc/openssh )
- !crypt? ( net-misc/netkit-rsh )"
-
-SLOT="6"
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="lam-mpi"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"/romio/util/
- sed -i "s|docdir=\"\$datadir/lam/doc\"|docdir=\"${D}/usr/share/doc/${PF}\"|" romioinstall.in
-
- for i in "${S}"/share/memory/{ptmalloc,ptmalloc2,darwin7}/Makefile.in; do
- sed -i -e 's@^\(docdir = \)\$(datadir)/lam/doc@\1'/usr/share/doc/${PF}'@' ${i}
- done
-
- cd "${S}"
- epatch "${FILESDIR}"/7.1.2-lam_prog_f77.m4.patch
- epatch "${FILESDIR}"/7.1.2-liblam-use-extra-libs.patch
- epatch "${FILESDIR}"/7.1.4-as-needed.patch
-
- # gcc-4.3.0 fix. char *argv[] -> char **argv.
- # replaces a few more than necessary, but should be harmless.
- # TODO: Already applied upstream, will be in 7.1.5
- for f in config/*.m4; do
- sed -i 's:^\(int main(int argc, char\)[^{]*\([{]\?\):\1** argv) \2:g' $f
- done
-
- # eautoreconf doesn't work correctly as lam-mpi uses their own
- # LAM_CONFIG_SUBDIR instead of AC_CONFIG_SUBDIRS. Even better, they use
- # variables inside of the definitions, so --trace doesn't work.
- for f in $(find ./ -name 'configure.ac'); do
- pushd $(dirname $f) &>/dev/null
- eautoreconf
- popd &>/dev/null
- done
- eautoreconf
-}
-
-pkg_setup() {
- einfo
- elog "LAM/MPI is now in a maintenance mode. Bug fixes and critical patches"
- elog "are still being applied, but little real new work is happening in"
- elog "LAM/MPI. This is a direct result of the LAM/MPI Team spending the"
- elog "vast majority of their time working on our next-generation MPI"
- elog "implementation, http://www.openmpi.org"
- elog " ---From the lam-mpi hompage. Please consider upgrading."
- einfo
- # fortran_pkg_setup should -not- be run here.
-}
-
-src_compile() {
- local myconf
-
- if use crypt; then
- myconf="${myconf} --with-rsh=ssh"
- else
- myconf="${myconf} --with-rsh=rsh"
- fi
-
- if ! use pbs; then
- # See: http://www.lam-mpi.org/MailArchives/lam/2006/05/12445.php
- rm -rf "${S}"/share/ssi/boot/tm
- elif has_version "<=sys-cluster/torque-2.1.6"; then
- # Newer versions dropped the conflicting names and can
- # be installed to nice directories.
- append-ldflags -L/usr/$(get_libdir)/pbs/lib
- fi
-
- # Following the above post to the mailing list, we'll get
- # rid of bproc, globus and slurm as well, none of which are
- # in the current tree.
- rm -rf "${S}"/share/ssi/boot/{bproc,globus,slurm}
-
- if use fortran; then
- fortran_pkg_setup
- # this is NOT in pkg_setup as it is NOT needed for RDEPEND right away it
- # can be installed after merging from binary, and still have things fine
- myconf="${myconf} --with-fc=${FORTRANC}"
- else
- myconf="${myconf} --without-fc"
- fi
-
- econf \
- $(use_with xmpi trillium) \
- --sysconfdir=/etc/lam-mpi \
- --enable-shared \
- --with-threads=posix \
- $(use_with romio) \
- ${myconf} || die "econf failed."
- emake || die "emake failed."
-}
-
-src_install () {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- # There are a bunch more tex docs we could make and install too,
- # but they are replicated in the pdfs!
- dodoc README HISTORY VERSION
- dodoc "${S}"/doc/{user,install}.pdf
-
- if use examples; then
- cd "${S}"/examples
- dodir /usr/share/${P}/examples
- find -name README -or -iregex '.*\.[chf][c]?$' >"${T}"/testlist
- while read p; do
- treecopy $p "${D}"/usr/share/${P}/examples ;
- done < "${T}"/testlist
- fi
-}