         MODULE=SuiteSparse
        VERSION=7.14.0
         SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL_FULL=https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v$VERSION.tar.gz
     SOURCE_VFY=sha256:c552c4b4bb7d0978796e57263a73295bca0c6b41ad137b45b4f264cfe9300fcb
       WEB_SITE=http://faculty.cse.tamu.edu/davis/suitesparse.html
        ENTERED=20110209
        UPDATED=20260816
          SHORT="Suite of Sparse matrix packages"

cat << EOF
A meta package of Spare matrix applications. It includes the following;

  AMD: symmetric approximate minimum degree
  BTF: permutation to block triangular form
  CAMD: symmetric approximate minimum degree
  CCOLAMD: constrained column approximate minimum degree
  COLAMD: column approximate minimum degree
  CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
  CSparse: a concise sparse matrix package
  CXSparse: an extended version of CSparse
  KLU: sparse LU factorization, for circuit simulation
  LDL: a simple LDL^T factorization
  UMFPACK: sparse multifrontal LU factorization
  RBio: MATLAB toolbox for reading/writing sparse matrices
  UFconfig: common configuration for all but CSparse
  LINFACTOR: solve Ax=b using LU or CHOL
  MESHND: 2D and 3D mesh generation and nested dissection
  SSMULT: sparse matrix times sparse matrix
  SuiteSparseQR: multifrontal sparse QR
EOF
