diff options
author | Artyom Bologov <mail@aartaka.me> | 2024-05-14 03:43:10 +0400 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-06-03 22:58:53 +0200 |
commit | 53db1ed94e13ab38c44862c062343f8f347ffc4b (patch) | |
tree | 899d54199a19b20f2c6bb60afcb104cd6e323535 /gnu/packages | |
parent | 510ad5d93c0ba6208aa42815863853ec522352e6 (diff) | |
download | guix-53db1ed94e13ab38c44862c062343f8f347ffc4b.tar.gz guix-53db1ed94e13ab38c44862c062343f8f347ffc4b.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 15 |
1 files 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 |