guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: guile-gsl: Update to 0.0.1-2.d33de92.


From: guix-commits
Subject: 05/06: gnu: guile-gsl: Update to 0.0.1-2.d33de92.
Date: Mon, 3 Jun 2024 17:29:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 53db1ed94e13ab38c44862c062343f8f347ffc4b
Author: Artyom Bologov <mail@aartaka.me>
AuthorDate: Tue May 14 03:43:10 2024 +0400

    gnu: guile-gsl: Update to 0.0.1-2.d33de92.
    
    * gnu/packages/guile-xyz.scm (guile-gsl): Update to 0.0.1-2.d33de92.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/guile-xyz.scm | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 44b4118e0a..94417079c7 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4554,8 +4554,8 @@ function: raw, typed, and functional.")
       (license license:lgpl3+))))
 
 (define-public guile-gsl
-  (let ((commit "22ac81c45f33f897d7cc88744d427a6959682c24")
-        (revision "1"))
+  (let ((commit "d33de9219a167561132721ce79c94bcaf67724b0")
+        (revision "2"))
     (package
       (name "guile-gsl")
       (version (git-version "0.0.1" revision commit))
@@ -4567,7 +4567,7 @@ function: raw, typed, and functional.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
+          (base32 "02ngki3z64cs5mabs61vnx2chagcc8srmgfvccpr4zkn36fw3cx8"))))
       (build-system guile-build-system)
       (arguments
        (list
@@ -4589,7 +4589,14 @@ function: raw, typed, and functional.")
       (synopsis "Bindings for GNU Scientific library in Guile")
       (description
        "This package provides a Guile Scheme wrapper for @code{libgsl.so}.
-Implements vector, matrix, and BLAS operations.")
+Implements
+@itemize
+@item GSL vectors.
+@item Matrices.
+@item BLAS operations.
+@item Eigensystem solutions.
+@item One-dimensional root solvers.
+@end itemize")
       (license license:gpl3+))))
 
 (define-public guile-ffi-fftw



reply via email to

[Prev in Thread] Current Thread [Next in Thread]