diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-17 13:55:03 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-17 13:55:03 +0000 |
commit | 99b1dd12ad44b4299e8a41e179dd2dc00aeea555 (patch) | |
tree | 03e1a24337a3251868088450a50cc0fa11057088 | |
parent | d5885f1f285f4df77b2b0babad92379bc0094708 (diff) | |
download | FreeBSD-ports-99b1dd12ad44b4299e8a41e179dd2dc00aeea555.zip FreeBSD-ports-99b1dd12ad44b4299e8a41e179dd2dc00aeea555.tar.gz |
Update MD5 checksum: author(s) added 'return 0;' to non-void
functions that did not previously return a value (found by
bento).
Remove/rearrange a few lines in pkg/DESCR to bring the total
number of lines <= 24 (portlint).
-rw-r--r-- | math/superlu/distinfo | 2 | ||||
-rw-r--r-- | math/superlu/pkg-descr | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/math/superlu/distinfo b/math/superlu/distinfo index 9e3b8c6..26dddf5 100644 --- a/math/superlu/distinfo +++ b/math/superlu/distinfo @@ -1 +1 @@ -MD5 (superlu_2.0.tar.gz) = 4a1b1a193bf409b76b663d94f9a2d64d +MD5 (superlu_2.0.tar.gz) = 509217b98037c6a25c83ac9a2fdeabcf diff --git a/math/superlu/pkg-descr b/math/superlu/pkg-descr index 1bd4aec..9a98551 100644 --- a/math/superlu/pkg-descr +++ b/math/superlu/pkg-descr @@ -17,10 +17,8 @@ version start with letter "c" (such as cgstrf.c); the file names for the double-precision complex version start with letter "z" (such as zgstrf.c). - =================== - WWW: http://www.nersc.gov/~xiaoye/SuperLU/ -Authors: - Jim Demmel demmel@cs.berkeley.edu - John Gilbert gilbert@parc.xerox.com - Xiaoye S. Li xiaoye@cs.berkeley.edu + +Authors: Jim Demmel demmel@cs.berkeley.edu + John Gilbert gilbert@parc.xerox.com + Xiaoye S. Li xiaoye@cs.berkeley.edu |