diff options
author | Michael Imhof <tantive@gentoo.org> | 2004-03-26 17:32:48 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2004-03-26 17:32:48 +0000 |
commit | b101b4be27cbe33b015bbe08d97e8d9946af2a15 (patch) | |
tree | 157040b66625f26c79df3a50eda9d9c301daf35a /sys-cluster | |
parent | Initial release. Made with the help of Kristian Jerpetjøn <unsolo@sysrq.no>... (diff) | |
download | gentoo-2-b101b4be27cbe33b015bbe08d97e8d9946af2a15.tar.gz gentoo-2-b101b4be27cbe33b015bbe08d97e8d9946af2a15.tar.bz2 gentoo-2-b101b4be27cbe33b015bbe08d97e8d9946af2a15.zip |
Little fixes.
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/hpl/hpl-1.0.ebuild b/sys-cluster/hpl/hpl-1.0.ebuild index bd759382865c..5a93101d703b 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.1 2004/03/26 17:24:12 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/hpl/hpl-1.0.ebuild,v 1.2 2004/03/26 17:32:48 tantive Exp $ DESCRIPTION="HPL - A Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers" HOMEPAGE="http://www.netlib.org/benchmark/hpl/" @@ -25,6 +25,9 @@ src_install() { doman man/man3/*.3 dodoc INSTALL BUGS COPYRIGHT HISTORY README TUNING dobin bin/gentoo_hpl_cblas_x86/xhpl + dohtml -r www/* + dolib lib/gentoo_hpl_cblas_x86/libhpl.a + } pkg_postinstall() { |