guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: fftw: Update to 3.3.5.


From: Ricardo Wurmus
Subject: 01/01: gnu: fftw: Update to 3.3.5.
Date: Sun, 14 Aug 2016 17:06:19 +0000 (UTC)

rekado pushed a commit to branch core-updates
in repository guix.

commit 1ebb9a27ab605852843d9fc6c74bca79b6a7dd68
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 14 13:15:27 2016 +0200

    gnu: fftw: Update to 3.3.5.
    
    * gnu/packages/algebra.scm (fftw): Update to 3.3.5.
---
 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 4fb15c6..0f492eb 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -508,14 +508,14 @@ syntax is similar to that of C, so basic usage is 
familiar.  It also includes
 (define-public fftw
   (package
     (name "fftw")
-    (version "3.3.4")
+    (version "3.3.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "ftp://ftp.fftw.org/pub/fftw/fftw-";
                                  version".tar.gz"))
              (sha256
               (base32
-               "10h9mzjxnwlsjziah4lri85scc05rlajz39nqf3mbh4vja8dw34g"))))
+               "1kwbx92ps0r7s2mqy7lxbxanslxdzj7dp7r7gmdkzv1j8yqf3kwf"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--enable-shared" "--enable-openmp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]