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 | 4a85477cb4ae7772115ba68e1f74b9ff62b322de (patch) | |
tree | 701b54eb6c0ecdfa8f8891ee571115c6c2c4a368 /sys-cluster | |
parent | Initial release. Made with the help of Kristian Jerpetjøn <unsolo@sysrq.no>. (diff) | |
download | historical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.tar.gz historical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.tar.bz2 historical-4a85477cb4ae7772115ba68e1f74b9ff62b322de.zip |
Little fixes.
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/hpl/Manifest | 2 | ||||
-rw-r--r-- | sys-cluster/hpl/hpl-1.0.ebuild | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-cluster/hpl/Manifest b/sys-cluster/hpl/Manifest index b0574fe9f0de..37b42036c2ac 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 4a57e8515dd4b399eb683caa4fe4e35f hpl-1.0.ebuild 1037 +MD5 3f9cc536177a0a4a511f438e87d95936 hpl-1.0.ebuild 1096 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 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() { |