GNU bug report logs - #67405
[PATCH] Update fftw3

Previous Next

Package: guix-patches;

Reported by: Mehmet Tekman <mtekman89 <at> gmail.com>

Date: Thu, 23 Nov 2023 16:00:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67405: closed ([PATCH] Update fftw3)
Date: Sun, 26 Nov 2023 13:43:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 26 Nov 2023 14:42:17 +0100
with message-id <87msv0pr5y.fsf <at> gnu.org>
and subject line Re: [bug#67405] [PATCH] Update fftw3
has caused the debbugs.gnu.org bug report #67405,
regarding [PATCH] Update fftw3
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
67405: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67405
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mehmet Tekman <mtekman89 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] Update fftw3
Date: Thu, 23 Nov 2023 16:59:02 +0100
[0001-gnu-fftw-Update-to-3.3.10.patch (text/x-patch, inline)]
From aa81886655af941e0e6b3242a41d8a5a82c2400f Mon Sep 17 00:00:00 2001
From: mtekman <mtekman89 <at> gmail.com>
Date: Thu, 23 Nov 2023 16:52:28 +0100
Subject: [PATCH] gnu: fftw: Update to 3.3.10

* gnu/packages/algebra.scm (fftw): Update to 3.3.10

  Dependent packages don't appear to break

Change-Id: Icd6e199aa4e863f0d5c0883326a02e2991b811d3
---
 gnu/packages/algebra.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index c0fe75ddfd..c454c69164 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -736,14 +736,14 @@ (define-public kiss-fft-for-extempore
 (define-public fftw
   (package
     (name "fftw")
-    (version "3.3.8")
+    (version "3.3.10")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.fftw.org/pub/fftw/fftw-"
                                  version".tar.gz"))
              (sha256
               (base32
-               "00z3k8fq561wq2khssqg0kallk0504dzlx989x3vvicjdqpjc4v1"))))
+               "0rv4w90b65b2kvjpj8g9bdkl4xqc42q20f5bzpxdrkajk1a35jan"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags
-- 
2.41.0



[Message part 4 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Mehmet Tekman <mtekman89 <at> gmail.com>
Cc: 67405-done <at> debbugs.gnu.org
Subject: Re: [bug#67405] [PATCH] Update fftw3
Date: Sun, 26 Nov 2023 14:42:17 +0100
> * gnu/packages/algebra.scm (fftw): Update to 3.3.10

Applied, thanks,

Mathieu


This bug report was last modified 1 year and 234 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.