diff options
author | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-11 20:45:39 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <janneke@gnu.org> | 2024-12-11 20:45:39 +0100 |
commit | 7aca60c6c48f4779ed63aa4b2ec8cfe5bde34ec4 (patch) | |
tree | a7f567c7cae82480f9f7c0c6b3b95f8f7a131f52 | |
parent | 27750bd0cddddab9e900f289a5520314ef66487e (diff) | |
download | guix-7aca60c6c48f4779ed63aa4b2ec8cfe5bde34ec4.tar.gz guix-7aca60c6c48f4779ed63aa4b2ec8cfe5bde34ec4.zip |
gnu: openblas: Fix description.
* gnu/packages/maths.scm (openblas)[description]: Write BLAS acronym in full
before using it.
Change-Id: Ieff4f6c4d69882b3afc826da8283cd7ce0263c74
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6cdba70e1b..ba03bf3209 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5426,7 +5426,8 @@ parts of it.") (home-page "https://www.openblas.net/") (synopsis "Optimized BLAS library based on GotoBLAS") (description - "OpenBLAS is a BLAS library forked from the GotoBLAS2-1.13 BSD version.") + "OpenBLAS is a Basic Linear Algebra Subprograms (BLAS) library forked +from the GotoBLAS2-1.13 BSD version.") (license license:bsd-3))) (define-public openblas-ilp64 |