[PATCH] gnu: guile-gsl: Update to 0.0.1-2.d33de92.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Artyom Bologov
Owner
unassigned
Submitted by
Artyom Bologov
Severity
normal
A
A
Artyom Bologov wrote on 17 May 22:49 +0200
(name . Guix Patches)(address . guix-patches@gnu.org)
871q60maeo.fsf@aartaka.me
Hi Guix,

This patch updates guile-gsl to the latest stable-ish version.
From 0c8195d485c3f5e3a29aa65dc330d9aa7ca8eb90 Mon Sep 17 00:00:00 2001
From: Artyom Bologov <mail@aartaka.me>
Date: Tue, 14 May 2024 03:43:10 +0400
Subject: [PATCH] gnu: guile-gsl: Update to 0.0.1-2.d33de92.

* gnu/packages/guile-xyz.scm (guile-gsl): Update to 0.0.1-2.d33de92.
---
gnu/packages/guile-xyz.scm | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)

Toggle diff (42 lines)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index efe345aa66..031803c000 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -4552,8 +4552,8 @@ (define-public guile-ffi-cblas
(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))
@@ -4565,7 +4565,7 @@ (define-public guile-gsl
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0gwxyd5flq107ibqdqvx7dl5z23an171jwckn7dvlqc60b7n2x64"))))
+ (base32 "02ngki3z64cs5mabs61vnx2chagcc8srmgfvccpr4zkn36fw3cx8"))))
(build-system guile-build-system)
(arguments
(list
@@ -4587,7 +4587,14 @@ (define-public guile-gsl
(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
--
2.41.0
Thanks,
--
Artyom Bologov
L
L
Ludovic Courtès wrote on 3 Jun 22:42 +0200
(name . Artyom Bologov)(address . mail@aartaka.me)(address . 71019-done@debbugs.gnu.org)
87h6e9ahcg.fsf@gnu.org
Hi,

Artyom Bologov <mail@aartaka.me> skribis:

Toggle quote (9 lines)
> This patch updates guile-gsl to the latest stable-ish version.
>
>>From 0c8195d485c3f5e3a29aa65dc330d9aa7ca8eb90 Mon Sep 17 00:00:00 2001
> From: Artyom Bologov <mail@aartaka.me>
> Date: Tue, 14 May 2024 03:43:10 +0400
> Subject: [PATCH] gnu: guile-gsl: Update to 0.0.1-2.d33de92.
>
> * gnu/packages/guile-xyz.scm (guile-gsl): Update to 0.0.1-2.d33de92.

Applied, thanks!

Note that there are several worrying warnings when compiling…

Toggle snippet (10 lines)
gsl/root.scm:63:4: warning: "#<gsl ~a solver ~x state=~s|~s|~s>": unsupported format option ~x, use (ice-9 format) instead
gsl/root.scm:73:4: warning: "#<gsl ~a polisher ~x root=~s>": unsupported format option ~x, use (ice-9 format) instead
gsl/root.scm:84:23: warning: possibly unbound variable `solver'
gsl/root.scm:86:25: warning: possibly unbound variable `polisher'
[ 6/ 8] Compiling...
wrote `/gnu/store/nh8yg6m2i4p4425lfsdf00gm7mm7fs81-guile-gsl-0.0.1-2.d33de92/lib/guile/3.0/site-ccache/./gsl/matrices.go'
gsl/matrices.scm:404:36: warning: possibly unbound variable `mtx1'
gsl/matrices.scm:404:41: warning: possibly unbound variable `mtx2'

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71019@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71019
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch