diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-26 17:24:12 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-26 17:24:12 +0000 |
commit | 1014da85b792cc952d9c20dad3dac851a16c2c03 (patch) | |
tree | 052f3b92e8bcf4fed835feaff7c251c8a0e26343 /sys-cluster/hpl | |
parent | new stable release (Manifest recommit) (diff) | |
download | gentoo-2-1014da85b792cc952d9c20dad3dac851a16c2c03.tar.gz gentoo-2-1014da85b792cc952d9c20dad3dac851a16c2c03.tar.bz2 gentoo-2-1014da85b792cc952d9c20dad3dac851a16c2c03.zip |
Initial release. Made with the help of Kristian Jerpetjøn <unsolo@sysrq.no>.
Diffstat (limited to 'sys-cluster/hpl')
-rw-r--r-- | sys-cluster/hpl/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/hpl/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/hpl/files/Make.gentoo_hpl_cblas_x86.diff.bz2 | bin | 0 -> 757 bytes | |||
-rw-r--r-- | sys-cluster/hpl/files/digest-hpl-1.0 | 1 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 35 | ||||
-rw-r--r-- | sys-cluster/hpl/metadata.xml | 11 |
6 files changed, 57 insertions, 0 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog new file mode 100644 index 000000000000..38e5e5b27bee --- /dev/null +++ b/sys-cluster/hpl/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for sys-cluster/hpl +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.1 2004/03/26 17:24:12 tantive Exp $ + +*hpl-1.0 (26 Mar 2004) + + 26 Mar 2004; Michael Imhof <tantive@gentoo.org> hpl-1.0.ebuild: + Initial release. Made with the help of Kristian Jerpetjøn <unsolo@sysrq.no>. diff --git a/sys-cluster/hpl/Manifest b/sys-cluster/hpl/Manifest new file mode 100644 index 000000000000..99c4489b0bf9 --- /dev/null +++ b/sys-cluster/hpl/Manifest @@ -0,0 +1,2 @@ +MD5 ef5a6cc6dc806f7f949ef24f886fb7a5 hpl-1.0.ebuild 896 +MD5 6ba8acccaf6e3ca998fe7383c6765457 files/digest-hpl-1.0 52 diff --git a/sys-cluster/hpl/files/Make.gentoo_hpl_cblas_x86.diff.bz2 b/sys-cluster/hpl/files/Make.gentoo_hpl_cblas_x86.diff.bz2 Binary files differnew file mode 100644 index 000000000000..4ebad506b650 --- /dev/null +++ b/sys-cluster/hpl/files/Make.gentoo_hpl_cblas_x86.diff.bz2 diff --git a/sys-cluster/hpl/files/digest-hpl-1.0 b/sys-cluster/hpl/files/digest-hpl-1.0 new file mode 100644 index 000000000000..6b64c3df6adc --- /dev/null +++ b/sys-cluster/hpl/files/digest-hpl-1.0 @@ -0,0 +1 @@ +MD5 32b432af96e674dcb657ef1d63e6d591 hpl.tgz 523139 diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild new file mode 100644 index 000000000000..bd759382865c --- /dev/null +++ b/sys-cluster/hpl/hpl-1.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/03/26 17:24:12 tantive Exp $ + +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" + +DEPEND="sys-cluster/mpich + app-sci/blas + dev-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/xhpl +} + +pkg_postinstall() { + einfo + einfo "Run linpack by executing" + einfo "\"mpirun -np 4 xhpl\"" + einfo "where -np specifies the number of processes." +} diff --git a/sys-cluster/hpl/metadata.xml b/sys-cluster/hpl/metadata.xml new file mode 100644 index 000000000000..2216ac015a32 --- /dev/null +++ b/sys-cluster/hpl/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>cluster</herd> +<maintainer> + <email>tantive@gentoo.org</email> +<!-- <name>Michael Imhof</name> --> +<!-- <description>Release manager, patch manager</description> --> +</maintainer> +<!-- <longdescription></longdescription> --> +</pkgmetadata> |