unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Paul Garlick <pgarlick@tourbillion-technology.com>
To: 33469@debbugs.gnu.org
Cc: Paul Garlick <pgarlick@tourbillion-technology.com>
Subject: [bug#33469] [PATCH 1/4] gnu: petsc: Update to 3.10.2
Date: Thu, 22 Nov 2018 20:40:07 +0000	[thread overview]
Message-ID: <1542919210-26950-1-git-send-email-pgarlick@tourbillion-technology.com> (raw)
In-Reply-To: <1542918861-26909-1-git-send-email-pgarlick@tourbillion-technology.com>

* gnu/packages/maths.scm (petsc): Update to 3.10.2.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index cc4635b..b4cbcab 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1655,7 +1655,7 @@ September 2004}")
 (define-public petsc
   (package
     (name "petsc")
-    (version "3.9.3")
+    (version "3.10.2")
     (source
      (origin
       (method url-fetch)
@@ -1663,7 +1663,7 @@ September 2004}")
       (uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/"
                           "petsc-lite-" version ".tar.gz"))
       (sha256
-       (base32 "1fwkbwv4g7zf2lc8fw865xd0bl9anb6jaczfis5dff7h449gwa48"))))
+       (base32 "0bl64pydak3rblnjffi482r8bin4xim9sb37ksl2jkcxf0i0irsi"))))
     (outputs '("out"                    ;libraries and headers
                "examples"))             ;~30MiB of examples
     (build-system gnu-build-system)
-- 
1.8.3.1

  reply	other threads:[~2018-11-22 20:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-22 20:34 [bug#33469] [PATCH 0/4] PETSc/SLEPc update Paul Garlick
2018-11-22 20:40 ` Paul Garlick [this message]
2018-11-22 20:40   ` [bug#33469] [PATCH 2/4] gnu: slepc: Update to 3.10.1 Paul Garlick
2018-11-22 20:40   ` [bug#33469] [PATCH 3/4] gnu: python-petsc4py: Update to 3.10.0 Paul Garlick
2018-11-22 20:40   ` [bug#33469] [PATCH 4/4] gnu: python-slepc4py: " Paul Garlick
2018-11-23 19:28 ` bug#33469: [PATCH 0/4] PETSc/SLEPc update Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1542919210-26950-1-git-send-email-pgarlick@tourbillion-technology.com \
    --to=pgarlick@tourbillion-technology.com \
    --cc=33469@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).