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 | 205c89e8146884d01ae51e078d05717c4a8651dd (patch) | |
tree | 31c0319adf5c0f76305c89510548fd698b30feb0 /sys-cluster/hpl | |
parent | new stable release (diff) | |
download | historical-205c89e8146884d01ae51e078d05717c4a8651dd.tar.gz historical-205c89e8146884d01ae51e078d05717c4a8651dd.tar.bz2 historical-205c89e8146884d01ae51e078d05717c4a8651dd.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 | 5 | ||||
-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, 60 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..b0574fe9f0de --- /dev/null +++ b/sys-cluster/hpl/Manifest @@ -0,0 +1,5 @@ +MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 +MD5 975b39e073039c95d3f67371a8dc90b5 ChangeLog 382 +MD5 4a57e8515dd4b399eb683caa4fe4e35f hpl-1.0.ebuild 1037 +MD5 56b70745bddaadc9125b94e1a92889e4 files/Make.gentoo_hpl_cblas_x86.diff.bz2 757 +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> |