aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gmail.com>2009-06-13 16:43:59 -0400
committerJustin Bronder <jsbronder@gmail.com>2009-06-13 16:43:59 -0400
commitaab08ec3e1f51c960c1b9b534f1c1e22b4909a34 (patch)
tree5cc6a396de73bbb7cdb1de4c5d532cfce325adb2 /sys-cluster
parentSync sys-cluster/hpl with gentoo-cvs (diff)
downloadsci-aab08ec3e1f51c960c1b9b534f1c1e22b4909a34.tar.gz
sci-aab08ec3e1f51c960c1b9b534f1c1e22b4909a34.tar.bz2
sci-aab08ec3e1f51c960c1b9b534f1c1e22b4909a34.zip
Remove old sys-cluster/hpl version.
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/hpl/ChangeLog3
-rw-r--r--sys-cluster/hpl/Manifest3
-rw-r--r--sys-cluster/hpl/hpl-1.0-r3.ebuild59
3 files changed, 4 insertions, 61 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index 8b6957432..94534f697 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> -hpl-1.0-r3.ebuild:
+ Remove old sys-cluster/hpl version.
+
*hpl-2.0 (13 Jun 2009)
13 Jun 2009; Justin Bronder <jsbronder@gentoo.org> +hpl-2.0.ebuild:
diff --git a/sys-cluster/hpl/Manifest b/sys-cluster/hpl/Manifest
index 536d04f36..41e824b7f 100644
--- a/sys-cluster/hpl/Manifest
+++ b/sys-cluster/hpl/Manifest
@@ -1,5 +1,4 @@
DIST hpl.tgz 523139 RMD160 3a2baecfe746d8ab5b5a9d6e1579a1aa5d249294 SHA1 42ae3b5173b22be41282568effccf46041079c1c SHA256 c0a08079a4c54e0ac32901d68d135fe17fffc3df322c95fbd9b23cb5d400827e
-EBUILD hpl-1.0-r3.ebuild 1898 RMD160 d600decdc7f96c141e1b3a7c1490a6ebca2a2e52 SHA1 c9feecd6ac9d65fd9bd82e96b19e1809c57b50d8 SHA256 bfe01a03309e66434669929f7df5301e92dae21bf991196bf453f92b699a7a12
EBUILD hpl-2.0.ebuild 1924 RMD160 105385c36ce661d46b1b286e2425605fca0affbd SHA1 8568380058e345bee32dbac3d3fdfb4fba3a9f02 SHA256 4338ae90691017f04b26a80704f2065e517fecdded80bbf8c36765f12d87d649
-MISC ChangeLog 238 RMD160 d65871a38235b49667914ace75178e93e0b34148 SHA1 f05f3c565209d29b552aa2b8b96462035a3794c1 SHA256 d75bbfbac8760026e7b506bfda186940e85e94c1ab470a150803a27657e8f39d
+MISC ChangeLog 350 RMD160 193e4657e04bf648a44b5eefa278e835d85487d8 SHA1 2b514901ac6eb726d6352c3f1ac98489292f25ad SHA256 3f580281cc30df08557eba58aacd290a3b17863ad4783da7e6ca9e9c517aa79d
MISC metadata.xml 315 RMD160 12fe02dce4baa2046922f5865314c98555bd4132 SHA1 14bfa132c839c12f26e4ac1106227d2303c69e43 SHA256 d95f6835d819d4bf1bb74ac46c8259d1db23b0cfb8cd49a2a436b601f8953bd5
diff --git a/sys-cluster/hpl/hpl-1.0-r3.ebuild b/sys-cluster/hpl/hpl-1.0-r3.ebuild
deleted file mode 100644
index 7e7a95db5..000000000
--- a/sys-cluster/hpl/hpl-1.0-r3.ebuild
+++ /dev/null
@@ -1,59 +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/hpl/hpl-1.0-r2.ebuild,v 1.1 2005/09/01 11:59:18 pbienst Exp $
-
-inherit eutils mpi
-
-DESCRIPTION="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 ~amd64"
-S="${WORKDIR}/${PN}"
-
-DEPEND="$(mpi_pkg_deplist)
- virtual/blas
- virtual/lapack"
-
-src_unpack() {
- local mpicc_path="$(mpi_pkg_cc)"
- unpack ${A}
- cd "${S}"
-
- cp setup/Make.Linux_PII_FBLAS Make.gentoo_hpl_fblas_x86
- sed -i \
- -e '/^HPL_OPTS\>/s,=,= -DHPL_DETAILED_TIMING -DHPL_COPY_L,' \
- -e '/^ARCH\>/s,= .*,= gentoo_hpl_fblas_x86,' \
- -e '/^MPdir\>/s,= .*,=,' \
- -e '/^MPlib\>/s,= .*,=,' \
- -e "/^LAlib\>/s,= .*,= /usr/$(get_libdir)/libblas.so /usr/$(get_libdir)/liblapack.so," \
- -e "/^LINKER\>/s,= .*,= ${mpicc_path}," \
- -e "/^CC\>/s,= .*,= ${mpicc_path}," \
- Make.gentoo_hpl_fblas_x86
-}
-
-src_compile() {
- # do NOT use emake here
- mpi_pkg_set_env
- HOME=${WORKDIR} make arch=gentoo_hpl_fblas_x86 || die
- mpi_pkg_restore_env
-}
-
-src_install() {
- local d=$(mpi_root)
- mpi_dobin bin/gentoo_hpl_fblas_x86/xhpl || die "Failed to install bins"
- mpi_dolib.a lib/gentoo_hpl_fblas_x86/libhpl.a || die "Failed to install lib"
- mpi_dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING \
- bin/gentoo_hpl_fblas_x86/HPL.dat
- mpi_dohtml -r www/*
- mpi_doman man/man3/*.3
-}
-
-pkg_postinst() {
- einfo "Remember to copy $(mpi_root)usr/share/doc/${PF}/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."
-}