1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 15:45:58 +02:00

gnu: petsc: Update to 3.24.0.

* gnu/packages/maths.scm (petsc): Update to 3.24.0.

Change-Id: Ibf05808578d2c7f50c3949458945ca93725653ec
This commit is contained in:
Andreas Enge
2025-10-27 11:30:34 +01:00
parent 7e3fc5eadc
commit 520dc14d02
+2 -2
View File
@@ -3887,7 +3887,7 @@ September 2004}")
(define-public petsc
(package
(name "petsc")
(version "3.21.4")
(version "3.24.0")
(source
(origin
(method url-fetch)
@@ -3895,7 +3895,7 @@ September 2004}")
(uri (string-append "https://web.cels.anl.gov/projects/petsc/download/release-snapshots/"
"petsc-lite-" version ".tar.gz"))
(sha256
(base32 "1394ybnchawb2kghx4xk36gw26930aa73lxyw96diiqp8rnhgbm9"))))
(base32 "10q9bnf7j6nr3fn9x7b8l0c3hqa9mhmsk1j5sdyshg5f1kc6746c"))))
(outputs '("out" ; libraries and headers
"examples")) ; ~30MiB of examples
(build-system gnu-build-system)