2012-07-21 22:08:13 by Thomas Klausner | Files touched by this commit (59) |
Log message:
Remove "WWW: URL" from DESCR. Common in FreeBSD ports, but in pkgsrc the
URL should be as HOMEPAGE in the Makefile.
|
2012-05-28 15:51:06 by Jason Bacon | Files touched by this commit (1) |
Log message:
Only fortran77 necessary.
|
2012-05-12 15:15:49 by Jason Bacon | Files touched by this commit (1) |
Log message:
Disable non-portable soname generation.
|
2012-03-27 18:19:22 by Jason Bacon | Files touched by this commit (7) | |
Log message:
Import suitesparse-3.6.1 as wip/suitesparse.
SuiteSparse is a set of sparse matrices libraries.
It contains:
* AMD: symmetric approximate minimum degree
* BTF: permutation to block triangular form (beta)
* CCOLAMD: constrained column approximate minimum degree
* COLAMD: column approximate minimum degree
* CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
* KLU: sparse LU factorization, for circuit simulation (beta)
* LDL: a simple LDL^T factorization
* UMFPACK: sparse multifrontal LU factorization
* UFconfig: common configuration for all of the above
* CSparse: a concise sparse matrix package
* CXSparse: and extended version of CSparse
WWW: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
|