guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: hypre: Update to 2.14.0.


From: Eric Bavier
Subject: 01/01: gnu: hypre: Update to 2.14.0.
Date: Fri, 31 Aug 2018 11:15:09 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 220458b0987959d2920afa7dd8ff35f7d1f531b0
Author: Eric Bavier <address@hidden>
Date:   Thu Apr 19 09:11:05 2018 -0500

    gnu: hypre: Update to 2.14.0.
    
    * gnu/packages/maths.scm (hypre): Update to 2.14.0
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ad33ccb..377e47b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3517,7 +3517,7 @@ set.")
 (define-public hypre
   (package
     (name "hypre")
-    (version "2.11.0")
+    (version "2.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/LLNL/hypre/archive/";
@@ -3525,7 +3525,7 @@ set.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0q69ia0jivzcr8p049dn3mg8yjpn6nwq4sw9iqac8vr63vi54l6m"))
+                "0v515i73bvaz378h5465b1dy9v2gf924zy2q94cpq4qqarawvkqh"))
               (modules '((guix build utils)))
               (snippet
                '(begin
@@ -3533,7 +3533,7 @@ set.")
                   ;; substitute the tarball creation time.
                   (substitute* "src/utilities/HYPRE_utilities.h"
                     (("Date Compiled: .*$")
-                     "Date Compiled: Mar 28 2016 20:19:59 +0000\"\n"))
+                     "Date Compiled: Apr 11 2018 16:24:59 +0000\"\n"))
                   #t))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;6.1 MiB of headers and libraries



reply via email to

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