diff options
author | steve <steve@FreeBSD.org> | 1999-12-24 03:30:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-24 03:30:26 +0800 |
commit | 431e57478784d1915c425e3140dd683a5b5a8ef4 (patch) | |
tree | bf36dee2b2801aace1458f516526926551949463 /math/superlu/pkg-descr | |
parent | 9fc08c918b78ae1372fc7cc6e458114bffebb232 (diff) | |
download | freebsd-ports-gnome-431e57478784d1915c425e3140dd683a5b5a8ef4.tar.gz freebsd-ports-gnome-431e57478784d1915c425e3140dd683a5b5a8ef4.tar.zst freebsd-ports-gnome-431e57478784d1915c425e3140dd683a5b5a8ef4.zip |
* Update to version 2.0.
* Modified patches to suppport CC/CFLAGS properly
* Updated WWW: line of pkg/DESCR
* Fixed pkg/PLIST
PR: 15501
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'math/superlu/pkg-descr')
-rw-r--r-- | math/superlu/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/superlu/pkg-descr b/math/superlu/pkg-descr index e40a9d99a630..1bd4aecd3cd0 100644 --- a/math/superlu/pkg-descr +++ b/math/superlu/pkg-descr @@ -1,6 +1,6 @@ - SuperLU Version 1.0 - =================== + SuperLU (Version 2.0) + ===================== SuperLU contains a set of subroutines to solve a sparse linear system A*X=B. It uses Gaussian elimination with partial pivoting (GEPP). @@ -19,7 +19,7 @@ for the double-precision complex version start with letter "z" =================== -WWW: http://www.cs.berkeley.edu/~xiaoye/superlu.html +WWW: http://www.nersc.gov/~xiaoye/SuperLU/ Authors: Jim Demmel demmel@cs.berkeley.edu John Gilbert gilbert@parc.xerox.com |