[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: dealii: Update to 9.4.0.
From: |
guix-commits |
Subject: |
03/06: gnu: dealii: Update to 9.4.0. |
Date: |
Mon, 1 Aug 2022 11:21:20 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a42730183a6eeb381c4251890586848bedbac79a
Author: Paul A. Patience <paul@apatience.com>
AuthorDate: Mon Jul 25 15:12:08 2022 +0000
gnu: dealii: Update to 9.4.0.
* 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.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 017ee82b0c..99b5e36ff6 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5275,14 +5275,14 @@ A unique design feature of Trilinos is its focus on
packages.")
(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.
@@ -5310,8 +5310,7 @@ A unique design feature of Trilinos is its focus on
packages.")
(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.
@@ -5371,7 +5370,7 @@ in finite element programs.")
p4est-openmpi
petsc-openmpi
slepc-openmpi
- sundials-openmpi-5
+ sundials-openmpi
trilinos-for-dealii-openmpi)))
(arguments
(substitute-keyword-arguments (package-arguments dealii)
- branch master updated (c6800aa31e -> d7e7494bc4), guix-commits, 2022/08/01
- 06/06: gnu: Add fail2ban., guix-commits, 2022/08/01
- 03/06: gnu: dealii: Update to 9.4.0.,
guix-commits <=
- 01/06: gnu: trilinos-for-dealii-openmpi: Fix build., guix-commits, 2022/08/01
- 02/06: gnu: dealii: Use G-expressions., guix-commits, 2022/08/01
- 04/06: gnu: trilinos-for-dealii-openmpi: Remove input labels., guix-commits, 2022/08/01
- 05/06: gnu: trilinos-for-dealii-openmpi: Use G-expressions., guix-commits, 2022/08/01