GNU bug report logs -
#67405
[PATCH] Update fftw3
Previous Next
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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67405 in the body.
You can then email your comments to 67405 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67405
; Package
guix-patches
.
(Thu, 23 Nov 2023 16:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mehmet Tekman <mtekman89 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 23 Nov 2023 16:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[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
Reply sent
to
Mathieu Othacehe <othacehe <at> gnu.org>
:
You have taken responsibility.
(Sun, 26 Nov 2023 13:43:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mehmet Tekman <mtekman89 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 26 Nov 2023 13:43:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67405-done <at> debbugs.gnu.org (full text, mbox):
> * gnu/packages/algebra.scm (fftw): Update to 3.3.10
Applied, thanks,
Mathieu
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67405
; Package
guix-patches
.
(Sun, 26 Nov 2023 20:01:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 67405-done <at> debbugs.gnu.org (full text, mbox):
Hello Mathieu,
I was wondering if you could advise me best on how to handle
this related patch (fftw-cmake):
https://patches.guix-patches.cbaines.net/project/guix-patches/patch/87o7fmu8or.fsf <at> gmail.com/
It's a direct clone of fftw, but built with cmake-build instead of gnu-build.
The reason is that the gnu-build doesn't generate the required *.cmake
files required in a dependent package (krita):
https://patches.guix-patches.cbaines.net/project/guix-patches/patch/87il5uu5tt.fsf <at> gmail.com/
The cmake-build provides all the required *.cmake files for the library, but has
none of the CPU-optimisations in the gnu-build.
Do you know how I can proceed with this? Is it bad etiquette to have a package
that is a direct source clone of another, only built differently?
Best,
Mehmet
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Dec 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 136 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.