diff options
author | Michael Imhof <tantive@gentoo.org> | 2005-11-21 22:39:33 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2005-11-21 22:39:33 +0000 |
commit | c53720db001d7ad3f0997ff530951fcc8d96c640 (patch) | |
tree | e7fdaee7da1b0a2aa61e08e5b2459957a664a7e0 /sys-cluster/hpl | |
parent | I've commited broken ebuild. Sorry for that. This one should work (diff) | |
download | gentoo-2-c53720db001d7ad3f0997ff530951fcc8d96c640.tar.gz gentoo-2-c53720db001d7ad3f0997ff530951fcc8d96c640.tar.bz2 gentoo-2-c53720db001d7ad3f0997ff530951fcc8d96c640.zip |
Cleaned out old ebuilds.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r-- | sys-cluster/hpl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/hpl/files/digest-hpl-1.0 | 1 | ||||
-rw-r--r-- | sys-cluster/hpl/files/digest-hpl-1.0-r1 | 1 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0-r1.ebuild | 56 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 41 |
5 files changed, 5 insertions, 100 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog index c097332f4aff..334982a57067 100644 --- a/sys-cluster/hpl/ChangeLog +++ b/sys-cluster/hpl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/hpl # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.7 2005/09/17 00:35:25 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.8 2005/11/21 22:39:33 tantive Exp $ + + 21 Nov 2005; Michael Imhof <tantive@gentoo.org> -hpl-1.0.ebuild, + -hpl-1.0-r1.ebuild: + Cleaned out old ebuilds. 17 Sep 2005; Ciaran McCreesh <ciaranm@gentoo.org> ChangeLog: Converted to UTF-8, fixed encoding screwups diff --git a/sys-cluster/hpl/files/digest-hpl-1.0 b/sys-cluster/hpl/files/digest-hpl-1.0 deleted file mode 100644 index 6b64c3df6adc..000000000000 --- a/sys-cluster/hpl/files/digest-hpl-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 32b432af96e674dcb657ef1d63e6d591 hpl.tgz 523139 diff --git a/sys-cluster/hpl/files/digest-hpl-1.0-r1 b/sys-cluster/hpl/files/digest-hpl-1.0-r1 deleted file mode 100644 index 6b64c3df6adc..000000000000 --- a/sys-cluster/hpl/files/digest-hpl-1.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 32b432af96e674dcb657ef1d63e6d591 hpl.tgz 523139 diff --git a/sys-cluster/hpl/hpl-1.0-r1.ebuild b/sys-cluster/hpl/hpl-1.0-r1.ebuild deleted file mode 100644 index fe6d8deaf8f9..000000000000 --- a/sys-cluster/hpl/hpl-1.0-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0-r1.ebuild,v 1.1 2005/07/06 01:01:52 robbat2 Exp $ - -inherit eutils - -DESCRIPTION="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers" -HOMEPAGE="http://www.netlib.org/benchmark/hpl/" -SRC_URI="http://www.netlib.org/benchmark/hpl/hpl.tgz" -LICENSE="HPL" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -S="${WORKDIR}/${PN}" - -DEPEND="virtual/mpi - sci-libs/blas - sci-libs/atlas" - -src_unpack() { - unpack ${A} - cd ${S} - cp setup/Make.Linux_PII_CBLAS Make.gentoo_hpl_cblas_x86 - sed -i \ - -e '/^HPL_OPTS\>/s,= .*,= -DHPL_CALL_CBLAS -DHPL_DETAILED_TIMING -DHPL_COPY_L,' \ - -e '/^ARCH\>/s,Linux_PII_CBLAS,gentoo_hpl_cblas_x86,' \ - -e '/^MPdir\>/s,= .*,=,' \ - -e '/^MPlib\>/s,= .*,=,' \ - -e "/^LAdir\>/s,= .*,= /usr/$(get_libdir)," \ - -e '/^LINKER\>/s,= .*,= mpicc,' \ - -e '/^CC\>/s,= .*,= mpicc,' \ - Make.gentoo_hpl_cblas_x86 -} - -src_compile() { - # do NOT use emake here - HOME=${WORKDIR} make arch=gentoo_hpl_cblas_x86 || die "Failed to build" -} - -src_install() { - doman man/man3/*.3 - dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING - dobin bin/gentoo_hpl_cblas_x86/xhpl || die "Failed to install bins" - insinto /usr/share/hpl - doins bin/gentoo_hpl_cblas_x86/HPL.dat || die "Failed to install HPL parameters" - dohtml -r www/* - dolib lib/gentoo_hpl_cblas_x86/libhpl.a || die "Failed to install lib" -} - -pkg_postinst() { - einfo "Remember to copy /usr/share/hpl/HPL.dat to your working directory first!" - einfo "For mpich, run linpack by executing this in your working directory" - einfo "\"mpirun -np 4 /usr/bin/xhpl\"" - einfo "where -np specifies the number of processes." - einfo "Other methods are needed lam-mpi etc." -} diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild deleted file mode 100644 index e76c9804d4f9..000000000000 --- a/sys-cluster/hpl/hpl-1.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.8 2004/12/29 18:47:30 ribosome Exp $ - -inherit eutils - -DESCRIPTION="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers" -HOMEPAGE="http://www.netlib.org/benchmark/hpl/" -SRC_URI="http://www.netlib.org/benchmark/hpl/hpl.tgz" -LICENSE="HPL" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-cluster/mpich - sci-libs/blas - sci-libs/atlas" - -src_compile() { - cd ${WORKDIR}/hpl - cp setup/Make.Linux_PII_CBLAS Make.gentoo_hpl_cblas_x86 - epatch ${FILESDIR}/Make.gentoo_hpl_cblas_x86.diff.bz2 - HOME=${WORKDIR} make arch=gentoo_hpl_cblas_x86 -} - -src_install() { - cd ${WORKDIR}/hpl - doman man/man3/*.3 - dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING - dobin bin/gentoo_hpl_cblas_x86/* - dohtml -r www/* - dolib lib/gentoo_hpl_cblas_x86/libhpl.a -} - -pkg_postinst() { - einfo - einfo "Run linpack by executing" - einfo "\"cd /usr/bin\"" - einfo "\"mpirun -np 4 xhpl\"" - einfo "where -np specifies the number of processes." -} |