janneke pushed a commit to branch master
in repository guix.

commit 7aca60c6c48f4779ed63aa4b2ec8cfe5bde34ec4
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
AuthorDate: Wed Dec 11 20:45:39 2024 +0100

    gnu: openblas: Fix description.
    
    * gnu/packages/maths.scm (openblas)[description]: Write BLAS acronym in full
    before using it.
    
    Change-Id: Ieff4f6c4d69882b3afc826da8283cd7ce0263c74
---
 gnu/packages/maths.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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

Reply via email to