me
/
guix
Archived
1
0
Fork 0

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>
Paul A. Patience 2022-07-25 15:12:08 +00:00 committed by Ludovic Courtès
parent 6a15bd031f
commit a42730183a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 4 additions and 5 deletions

View File

@ -5275,14 +5275,14 @@ A unique design feature of Trilinos is its focus on packages.")
(define-public dealii (define-public dealii
(package (package
(name "dealii") (name "dealii")
(version "9.3.3") (version "9.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/dealii/dealii/releases/" (uri (string-append "https://github.com/dealii/dealii/releases/"
"download/v" version "/dealii-" version ".tar.gz")) "download/v" version "/dealii-" version ".tar.gz"))
(sha256 (sha256
(base32 "0a8s4yxcbvzmfgv5qcg27h2ss4fcnyhrhhs35glqj59l9cbmkysx")) (base32 "0v73q6f35f2yrjihaq6vh9lma07qc4cdv75nwmc3c5yrdh07g1i3"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Remove bundled boost, muparser, TBB and UMFPACK. ;; Remove bundled boost, muparser, TBB and UMFPACK.
@ -5310,8 +5310,7 @@ A unique design feature of Trilinos is its focus on packages.")
(list boost (list boost
hdf5 hdf5
suitesparse ; For UMFPACK. suitesparse ; For UMFPACK.
;; SUNDIALS 6.0.0 and later will be supported in deal.II 9.4.0. sundials
sundials-5
tbb)) tbb))
(arguments (arguments
(list #:build-type "DebugRelease" ; Only Debug, Release or DebugRelease. (list #:build-type "DebugRelease" ; Only Debug, Release or DebugRelease.
@ -5371,7 +5370,7 @@ in finite element programs.")
p4est-openmpi p4est-openmpi
petsc-openmpi petsc-openmpi
slepc-openmpi slepc-openmpi
sundials-openmpi-5 sundials-openmpi
trilinos-for-dealii-openmpi))) trilinos-for-dealii-openmpi)))
(arguments (arguments
(substitute-keyword-arguments (package-arguments dealii) (substitute-keyword-arguments (package-arguments dealii)