unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Artyom Bologov <mail@aartaka.me>
To: 71019@debbugs.gnu.org
Subject: [bug#71019] [PATCH] gnu: guile-gsl: Update to 0.0.1-2.d33de92.
Date: Sat, 18 May 2024 00:49:19 +0400	[thread overview]
Message-ID: <871q60maeo.fsf@aartaka.me> (raw)

[-- Attachment #1: Type: text/plain, Size: 74 bytes --]

Hi Guix,

This patch updates guile-gsl to the latest stable-ish version.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Update guile-gsl --]
[-- Type: text/x-patch, Size: 1820 bytes --]

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(-)

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


[-- Attachment #3: Type: text/plain, Size: 46 bytes --]


Thanks,
--
Artyom Bologov
https://aartaka.me

             reply	other threads:[~2024-05-17 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 20:49 Artyom Bologov [this message]
2024-06-03 20:42 ` bug#71019: [PATCH] gnu: guile-gsl: Update to 0.0.1-2.d33de92 Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871q60maeo.fsf@aartaka.me \
    --to=mail@aartaka.me \
    --cc=71019@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).