diff options
| author | Greg Hogan <code@greghogan.com> | 2025-11-12 17:50:51 +0000 |
|---|---|---|
| committer | Greg Hogan <code@greghogan.com> | 2025-11-28 11:37:01 +0000 |
| commit | c4bcacb70a99a0c49b120927005da3bcc752c03f (patch) | |
| tree | 6475bf5d2a8ab1d7d89b8cd6dcfe4b7dfbfd27f0 /gnu | |
| parent | df0c61469fbef11b7fa577a3bcc3b27669a32180 (diff) | |
gnu: dealii: Update to 9.7.1.
* gnu/packages/maths.scm (dealii): Update to 9.7.1.
[inputs]: Add taskflow.
Change-Id: I0430a74f003dad56799d1eb339760fb27863ce21
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/maths.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index fd6b024c68d..617ff6c6ea4 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.") | |||
| 7693 | (define-public dealii | 7693 | (define-public dealii |
| 7694 | (package | 7694 | (package |
| 7695 | (name "dealii") | 7695 | (name "dealii") |
| 7696 | (version "9.6.0") | 7696 | (version "9.7.1") |
| 7697 | (source | 7697 | (source |
| 7698 | (origin | 7698 | (origin |
| 7699 | (method url-fetch) | 7699 | (method url-fetch) |
| 7700 | (uri (string-append "https://github.com/dealii/dealii/releases/" | 7700 | (uri (string-append "https://github.com/dealii/dealii/releases/" |
| 7701 | "download/v" version "/dealii-" version ".tar.gz")) | 7701 | "download/v" version "/dealii-" version ".tar.gz")) |
| 7702 | (sha256 | 7702 | (sha256 |
| 7703 | (base32 "1vbvw76xv8h1diwfgybgarm7qwn51rxd1kp2jgy2rvcfxgq26lv7")) | 7703 | (base32 "0hyyly71ljnb7fsl2yan7wf3zxhkly7i8gczpv7gsm6vhgprc80g")) |
| 7704 | (modules '((guix build utils))) | 7704 | (modules '((guix build utils))) |
| 7705 | (snippet | 7705 | (snippet |
| 7706 | ;; Remove bundled boost, Kokkos, muparser, TBB and UMFPACK. | 7706 | ;; Remove bundled boost, Kokkos, muparser, TBB and UMFPACK. |
| @@ -7715,6 +7715,7 @@ A unique design feature of Trilinos is its focus on packages.") | |||
| 7715 | openblas | 7715 | openblas |
| 7716 | gfortran | 7716 | gfortran |
| 7717 | muparser | 7717 | muparser |
| 7718 | taskflow | ||
| 7718 | zlib)) | 7719 | zlib)) |
| 7719 | (propagated-inputs | 7720 | (propagated-inputs |
| 7720 | ;; Some scripts are installed into share/deal.II/scripts that require | 7721 | ;; Some scripts are installed into share/deal.II/scripts that require |
