diff options
author | David Elsing <david.elsing@posteo.net> | 2023-10-05 21:34:44 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-10-06 12:26:44 +0200 |
commit | 4a368c3a8b58fb2a292166c1a6236a2dd9425fe0 (patch) | |
tree | 6949b3777f579ea43b6a19ec659094bd49c4aea7 /gnu | |
parent | 16fd9d6e3d626fc624c38cb3096331905a4161e4 (diff) | |
download | guix-4a368c3a8b58fb2a292166c1a6236a2dd9425fe0.tar guix-4a368c3a8b58fb2a292166c1a6236a2dd9425fe0.tar.gz |
gnu: suitesparse: Tweak description.
* gnu/packages/maths.scm (suitesparse)[description]: Mention that all
subpackages are included.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 27ca2d5f18..c796501e72 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5111,7 +5111,10 @@ multifrontal LU factorization; CHOLMOD, supernodal Cholesky; SPQR, multifrontal QR; KLU and BTF, sparse LU factorization, well-suited for circuit simulation; ordering methods (AMD, CAMD, COLAMD, and CCOLAMD); CSparse and CXSparse, a concise sparse Cholesky factorization package; and many other -packages.") +packages. + +This package contains all of the above-mentioned parts. +") ;; LGPLv2.1+: ;; AMD, CAMD, BTF, COLAMD, CCOLAMD, CSparse, CXSparse, KLU, LDL ;; GPLv2+: |