me
/
guix
Archived
1
0
Fork 0

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>
master
Artyom Bologov 2024-05-14 03:43:10 +04:00 committed by Ludovic Courtès
parent 510ad5d93c
commit 53db1ed94e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 11 additions and 4 deletions

View File

@ -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