guix-commits
[Top][All Lists]
Advanced

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

03/04: petsc: Upgrade to 3.9.3.


From: Eric Bavier
Subject: 03/04: petsc: Upgrade to 3.9.3.
Date: Wed, 5 Sep 2018 09:18:11 -0400 (EDT)

bavier pushed a commit to branch master
in repository guix.

commit c15be1280e103c781f8c57bb621e92124e8e2cc5
Author: Eric Bavier <address@hidden>
Date:   Tue Jul 31 11:32:57 2018 -0500

    petsc: Upgrade to 3.9.3.
    
    * gnu/packages/maths.scm (petsc): Upgrade to 3.9.3.
    [arguments]: Remove unnecessary configure flags.
---
 gnu/packages/maths.scm | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index ba39531..ef20f23 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1580,7 +1580,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.8.0")
+    (version "3.9.3")
     (source
      (origin
       (method url-fetch)
@@ -1588,9 +1588,9 @@ September 2004}")
       (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/";
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "1lajbk3c29hnh83v6cbmm3a8wv6bdykh0p70kwrr4vrnizalk88s"))))
+       (base32 "1fwkbwv4g7zf2lc8fw865xd0bl9anb6jaczfis5dff7h449gwa48"))))
     (outputs '("out"                    ;libraries and headers
-               "examples"))             ;~24MiB of examples
+               "examples"))             ;~30MiB of examples
     (build-system gnu-build-system)
     (native-inputs
      `(("python" ,python-2)))
@@ -1607,11 +1607,7 @@ September 2004}")
        #:configure-flags
        `("--with-mpi=0"
          "--with-openmp=1"
-         "--with-superlu=1"
-         ,(string-append "--with-superlu-include="
-                         (assoc-ref %build-inputs "superlu") "/include")
-         ,(string-append "--with-superlu-lib="
-                         (assoc-ref %build-inputs "superlu") 
"/lib/libsuperlu.a"))
+         "--with-superlu=1")
        #:make-flags
        ;; Honor (parallel-job-count) for build.  Do not use --with-make-np,
        ;; whose value is dumped to $out/lib/petsc/conf/petscvariables.



reply via email to

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