guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit d763f63c1f2d05916218e540b7bbec809df5c8a7
Author: Greg Hogan <[email protected]>
AuthorDate: Wed Nov 12 17:50:51 2025 +0000

    gnu: dealii: Update to 9.7.1.
    
    * gnu/packages/maths.scm (dealii): Update to 9.7.1.
    [inputs]: Add taskflow.
    
    Change-Id: I0430a74f003dad56799d1eb339760fb27863ce21
---
 gnu/packages/maths.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9a11131fd1..d78097788b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7693,14 +7693,14 @@ A unique design feature of Trilinos is its focus on 
packages.")
 (define-public dealii
   (package
     (name "dealii")
-    (version "9.6.0")
+    (version "9.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/dealii/dealii/releases/";
                            "download/v" version "/dealii-" version ".tar.gz"))
        (sha256
-        (base32 "1vbvw76xv8h1diwfgybgarm7qwn51rxd1kp2jgy2rvcfxgq26lv7"))
+        (base32 "0hyyly71ljnb7fsl2yan7wf3zxhkly7i8gczpv7gsm6vhgprc80g"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove bundled boost, Kokkos, muparser, TBB and UMFPACK.
@@ -7715,6 +7715,7 @@ A unique design feature of Trilinos is its focus on 
packages.")
            openblas
            gfortran
            muparser
+           taskflow
            zlib))
     (propagated-inputs
      ;; Some scripts are installed into share/deal.II/scripts that require

Reply via email to