guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: petsc: Update to 3.8.0.


From: Eric Bavier
Subject: 01/05: gnu: petsc: Update to 3.8.0.
Date: Wed, 25 Oct 2017 02:31:45 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit 6fec298d3e8f1840354ac5585e165c08e0de36c2
Author: Eric Bavier <address@hidden>
Date:   Tue Oct 24 15:33:38 2017 -0500

    gnu: petsc: Update to 3.8.0.
    
    * gnu/packages/maths.scm (petsc): Update to 3.8.0
    [native-inputs]: Remove perl, which is no longer needed.
---
 gnu/packages/maths.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 8f57670..8f0fbb9 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1460,7 +1460,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.7.6")
+    (version "3.8.0")
     (source
      (origin
       (method url-fetch)
@@ -1468,11 +1468,10 @@ September 2004}")
       (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/";
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "1y3f5jjq0v5b62i3sabp4kp5mgfyp3vnk0dxhwkrhpypax77nzxh"))))
+       (base32 "1lajbk3c29hnh83v6cbmm3a8wv6bdykh0p70kwrr4vrnizalk88s"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("python" ,python-2)
-       ("perl" ,perl)))
+     `(("python" ,python-2)))
     (inputs
      `(("gfortran" ,gfortran)
        ("lapack" ,lapack)



reply via email to

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