diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-27 10:34:59 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-27 10:34:59 +0000 |
commit | dfeb524271c163e8e1e287b48acdb0a5a6778213 (patch) | |
tree | 834a8c3c0b2dcb40787eb268bfda66f313d89d22 /sys-cluster | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-dfeb524271c163e8e1e287b48acdb0a5a6778213.tar.gz gentoo-2-dfeb524271c163e8e1e287b48acdb0a5a6778213.tar.bz2 gentoo-2-dfeb524271c163e8e1e287b48acdb0a5a6778213.zip |
some small fixes
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild index 5a93101d703b..4c9d790ff496 100644 --- a/sys-cluster/hpl/hpl-1.0.ebuild +++ b/sys-cluster/hpl/hpl-1.0.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/03/26 17:32:48 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.3 2004/03/27 10:34:59 tantive Exp $ DESCRIPTION="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers" HOMEPAGE="http://www.netlib.org/benchmark/hpl/" @@ -24,15 +24,15 @@ src_install() { cd ${WORKDIR}/hpl doman man/man3/*.3 dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING - dobin bin/gentoo_hpl_cblas_x86/xhpl + dobin bin/gentoo_hpl_cblas_x86/* dohtml -r www/* dolib lib/gentoo_hpl_cblas_x86/libhpl.a - } -pkg_postinstall() { +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." } |