all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67405] [PATCH] Update fftw3
@ 2023-11-23 15:59 Mehmet Tekman
  2023-11-26 13:42 ` bug#67405: " Mathieu Othacehe
  0 siblings, 1 reply; 3+ messages in thread
From: Mehmet Tekman @ 2023-11-23 15:59 UTC (permalink / raw)
  To: 67405

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-fftw-Update-to-3.3.10.patch --]
[-- Type: text/x-patch, Size: 1218 bytes --]

From aa81886655af941e0e6b3242a41d8a5a82c2400f Mon Sep 17 00:00:00 2001
From: mtekman <mtekman89@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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#67405: [PATCH] Update fftw3
  2023-11-23 15:59 [bug#67405] [PATCH] Update fftw3 Mehmet Tekman
@ 2023-11-26 13:42 ` Mathieu Othacehe
  2023-11-26 19:59   ` [bug#67405] " Mehmet Tekman
  0 siblings, 1 reply; 3+ messages in thread
From: Mathieu Othacehe @ 2023-11-26 13:42 UTC (permalink / raw)
  To: Mehmet Tekman; +Cc: 67405-done


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

Applied, thanks,

Mathieu




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#67405] [PATCH] Update fftw3
  2023-11-26 13:42 ` bug#67405: " Mathieu Othacehe
@ 2023-11-26 19:59   ` Mehmet Tekman
  0 siblings, 0 replies; 3+ messages in thread
From: Mehmet Tekman @ 2023-11-26 19:59 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 67405-done

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@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@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-26 20:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 15:59 [bug#67405] [PATCH] Update fftw3 Mehmet Tekman
2023-11-26 13:42 ` bug#67405: " Mathieu Othacehe
2023-11-26 19:59   ` [bug#67405] " Mehmet Tekman

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.