Archived
1
0
Fork 0

gnu: petsc: Update to 3.10.4.

* gnu/packages/maths.scm (petsc): Update to 3.10.4.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-18 21:58:22 +01:00
parent 886e97725d
commit b2c52fc9ff
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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