mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: openblas: Fix description.
* gnu/packages/maths.scm (openblas)[description]: Write BLAS acronym in full before using it. Change-Id: Ieff4f6c4d69882b3afc826da8283cd7ce0263c74
This commit is contained in:
parent
27750bd0cd
commit
7aca60c6c4
1 changed files with 2 additions and 1 deletions
|
@ -5426,7 +5426,8 @@ (define-public openblas
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue