summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2004-03-26 17:32:48 +0000
committerMichael Imhof <tantive@gentoo.org>2004-03-26 17:32:48 +0000
commit4a85477cb4ae7772115ba68e1f74b9ff62b322de (patch)
tree701b54eb6c0ecdfa8f8891ee571115c6c2c4a368 /sys-cluster/hpl/hpl-1.0.ebuild
parentInitial release. Made with the help of Kristian Jerpetjøn <unsolo@sysrq.no>. (diff)
downloadhistorical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.tar.gz
historical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.tar.bz2
historical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.zip
Little fixes.
Diffstat (limited to 'sys-cluster/hpl/hpl-1.0.ebuild')
-rw-r--r--sys-cluster/hpl/hpl-1.0.ebuild5
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() {