aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-cluster/hpl/ChangeLog3
-rw-r--r--sys-cluster/hpl/Manifest2
-rw-r--r--sys-cluster/hpl/hpl-1.0-r3.ebuild6
3 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/hpl/ChangeLog b/sys-cluster/hpl/ChangeLog
index 7033a849a..bfba8ab8a 100644
--- a/sys-cluster/hpl/ChangeLog
+++ b/sys-cluster/hpl/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/ChangeLog,v 1.11 2007/04/26 06:04:44 dberkholz Exp $
+ 07 Jul 2008; Tim Cera <timcera@earthlink.net> hpl-1.0-r3.ebuild:
+ Minor repoman edits.
+
29 Feb 2008; Justin Bronder <jsbronder@gentoo.org> ChangeLog:
Use mpi.eclass for empi support. Add ~amd64
diff --git a/sys-cluster/hpl/Manifest b/sys-cluster/hpl/Manifest
index 521421514..cbe4b9ddf 100644
--- a/sys-cluster/hpl/Manifest
+++ b/sys-cluster/hpl/Manifest
@@ -1,4 +1,4 @@
DIST hpl.tgz 523139 RMD160 3a2baecfe746d8ab5b5a9d6e1579a1aa5d249294 SHA1 42ae3b5173b22be41282568effccf46041079c1c SHA256 c0a08079a4c54e0ac32901d68d135fe17fffc3df322c95fbd9b23cb5d400827e
-EBUILD hpl-1.0-r3.ebuild 1930 RMD160 ee1f0b3a4f13baeb6c92ca762909f65b343ffff6 SHA1 af28d2fc34b5327b3d9e69216134111e7ac21fff SHA256 8f1c4ca7dd00540ff741fb680fe82c6e2fc6ad444c0370bb4a68064220e10e52
+EBUILD hpl-1.0-r3.ebuild 1924 RMD160 321c4411450f53227e517bfbb3cbf3106aed19cf SHA1 0f388435a202d6148b2f8009627fc21257d9f054 SHA256 03a9e12742d704bf7242d1cdb2c2e7cdf10e192a2db6f639be3faccec889707a
MISC ChangeLog 1750 RMD160 5b22e29ff7cc0dbfd43a3508b0f37dbdfa6a54c3 SHA1 02f432ba400ec04eff6fbe8b305fb3d35aa7b1bf SHA256 a058874be27eee0c726d4a0dfada6ffd4b6711aab277a6195f5f09a075940d9d
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
index bd0ac0056..e0cd49fd1 100644
--- a/sys-cluster/hpl/hpl-1.0-r3.ebuild
+++ b/sys-cluster/hpl/hpl-1.0-r3.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2005 Gentoo Foundation
+# 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="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers"
+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"
@@ -19,7 +19,7 @@ DEPEND="$(mpi_pkg_deplist)
src_unpack() {
local mpicc_path="$(get_eselect_var MPI_CC)"
unpack ${A}
- cd ${S}
+ cd "${S}"
cp setup/Make.Linux_PII_FBLAS Make.gentoo_hpl_fblas_x86
sed -i \