diff options
-rw-r--r-- | sys-cluster/hpl/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/hpl/Manifest b/sys-cluster/hpl/Manifest index 37b42036c2ac..764d5fb52d27 100644 --- a/sys-cluster/hpl/Manifest +++ b/sys-cluster/hpl/Manifest @@ -1,5 +1,5 @@ MD5 beb9efce81ae2c582a621528fc783095 metadata.xml 373 MD5 975b39e073039c95d3f67371a8dc90b5 ChangeLog 382 -MD5 3f9cc536177a0a4a511f438e87d95936 hpl-1.0.ebuild 1096 +MD5 635b57f9e1818d776020a8a8550b441c hpl-1.0.ebuild 1114 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/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." } |