diff options
-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 |