gnu: petsc: Update to 3.11.2.

* gnu/packages/maths.scm (petsc): Update to 3.11.2.
master
Eric Bavier 2019-05-30 23:28:46 -05:00
parent e586c6faf3
commit 4f7a4a06c2
No known key found for this signature in database
GPG Key ID: FD73CAC719D32566
1 changed files with 2 additions and 2 deletions

View File

@ -1692,7 +1692,7 @@ September 2004}")
(define-public petsc
(package
(name "petsc")
(version "3.10.4")
(version "3.11.2")
(source
(origin
(method url-fetch)
@ -1700,7 +1700,7 @@ September 2004}")
(uri (string-append "http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/"
"petsc-lite-" version ".tar.gz"))
(sha256
(base32 "0fk16944zh3473ra198kdkxdn08rq7b6ap838hxy1mh1i0hb488r"))))
(base32 "1645nwwcp9bcnfnxikk480mhbbacdvhsay2c401818hk97dqj5nx"))))
(outputs '("out" ; libraries and headers
"examples")) ; ~30MiB of examples
(build-system gnu-build-system)