diff options
author | Ludovic Courtès <ludo@gnu.org> | 2023-08-08 15:22:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-08-08 18:01:55 +0200 |
commit | aae69b7163e332f4ad6fa0824b01bfd3c60ddcfd (patch) | |
tree | 3159ed6b4f9ef494c997d1fd274d4bd483d46bd5 /gnu | |
parent | 508458de03871058d3e150545b3b02c1a6e7c2b4 (diff) | |
download | guix-aae69b7163e332f4ad6fa0824b01bfd3c60ddcfd.tar.gz guix-aae69b7163e332f4ad6fa0824b01bfd3c60ddcfd.zip |
gnu: libflame: Tweak synopsis.
* gnu/packages/maths.scm (libflame)[synopsis]: Expand acronym.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index f87cae91a4..9abc6dbf51 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2666,7 +2666,7 @@ fixed point (16.16) format.") ("perl" ,perl) ("python" ,python-wrapper))) (home-page "https://github.com/flame/libflame") - (synopsis "High-performance object-based library for DLA computations") + (synopsis "High-performance library for @acronym{DLA, dense linear algebra} computations") (description "@code{libflame} is a portable library for dense matrix computations, providing much of the functionality present in LAPACK, developed by current and former members of the @acronym{SHPC, Science of High-Performance |