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
parent
510ad5d93c
commit
53db1ed94e
|
@ -4554,8 +4554,8 @@ function: raw, typed, and functional.")
|
||||||
(license license:lgpl3+))))
|
(license license:lgpl3+))))
|
||||||
|
|
||||||
(define-public guile-gsl
|
(define-public guile-gsl
|
||||||
(let ((commit "22ac81c45f33f897d7cc88744d427a6959682c24")
|
(let ((commit "d33de9219a167561132721ce79c94bcaf67724b0")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "guile-gsl")
|
(name "guile-gsl")
|
||||||
(version (git-version "0.0.1" revision commit))
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
@ -4567,7 +4567,7 @@ function: raw, typed, and functional.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
|
(base32 "02ngki3z64cs5mabs61vnx2chagcc8srmgfvccpr4zkn36fw3cx8"))))
|
||||||
(build-system guile-build-system)
|
(build-system guile-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -4589,7 +4589,14 @@ function: raw, typed, and functional.")
|
||||||
(synopsis "Bindings for GNU Scientific library in Guile")
|
(synopsis "Bindings for GNU Scientific library in Guile")
|
||||||
(description
|
(description
|
||||||
"This package provides a Guile Scheme wrapper for @code{libgsl.so}.
|
"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+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public guile-ffi-fftw
|
(define-public guile-ffi-fftw
|
||||||
|
|
Reference in New Issue