GNU bug report logs -
#56760
[PATCH 0/6] dealii: Update to 9.4.0 and its Trilinos to 13.4.0.
Previous Next
Full log
Message #35 received at 56760 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (dealii): Update to 9.4.0.
[propagated-inputs]: Replace sundials-5 with sundials.
(dealii-openmpi)[propagated-inputs]: Replace sundials-openmpi-5 with
sundials-openmpi.
---
gnu/packages/maths.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7d4049c689..a2123d2dc8 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5276,14 +5276,14 @@ (define trilinos-for-dealii-openmpi
(define-public dealii
(package
(name "dealii")
- (version "9.3.3")
+ (version "9.4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/dealii/dealii/releases/"
"download/v" version "/dealii-" version ".tar.gz"))
(sha256
- (base32 "0a8s4yxcbvzmfgv5qcg27h2ss4fcnyhrhhs35glqj59l9cbmkysx"))
+ (base32 "0v73q6f35f2yrjihaq6vh9lma07qc4cdv75nwmc3c5yrdh07g1i3"))
(modules '((guix build utils)))
(snippet
;; Remove bundled boost, muparser, TBB and UMFPACK.
@@ -5311,8 +5311,7 @@ (define-public dealii
(list boost
hdf5
suitesparse ; For UMFPACK.
- ;; SUNDIALS 6.0.0 and later will be supported in deal.II 9.4.0.
- sundials-5
+ sundials
tbb))
(arguments
(list #:build-type "DebugRelease" ; Only Debug, Release or DebugRelease.
@@ -5372,7 +5371,7 @@ (define-public dealii-openmpi
p4est-openmpi
petsc-openmpi
slepc-openmpi
- sundials-openmpi-5
+ sundials-openmpi
trilinos-for-dealii-openmpi)))
(arguments
(substitute-keyword-arguments (package-arguments dealii)
--
2.37.1
This bug report was last modified 2 years and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.