[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/14: gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9.
From: |
guix-commits |
Subject: |
11/14: gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9. |
Date: |
Tue, 2 May 2023 06:13:51 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3104c44ee26810d32e7f8e8cd7874233ea1e3e2a
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Apr 14 19:27:33 2023 +0000
gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9.
* gnu/packages/maths.scm (dune-subgrid): Update to 2.9.0-1-e83f3f9.
[source]: Update URL of dune-subgrid's Git repository.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9ff2e7d788..0742838345 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7134,22 +7134,23 @@ cubes.")
(license license:gpl2+)))
(define-public dune-subgrid
- ;; This was the last commit on the releases/2.7 branch as of 2021-12-17.
- ;; Unfortunately the dune-subgrid repository contains no release tags.
- (let ((commit "45d1ee9f3f711e209695deee97912f4954f7f280"))
+ ; dune-subgrid does not tag its releases.
+ ; The following commit is a few commits past the releases/2.9 branch
+ ; to include some additional commits fixing compatibility with dune-uggrid.
+ (let ((commit "e83f3f919c2602425467ed767f279bc9c356c436"))
(package
(name "dune-subgrid")
- (version (git-version "2.7.1" "0" commit))
+ (version (git-version "2.9.0" "1" commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.imp.fu-berlin.de/agnumpde/dune-subgrid")
+ (url "https://gitlab.dune-project.org/extensions/dune-subgrid")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "0xjf7865wil7kzym608kv3nc3ff3m3nlqich4k9wjyvy3lz6panh"))))
+ "1dv4zg5j17bldpgg02ycg9fbfmnc1kffixgzbkkz86f2dmwgh2b6"))))
(build-system cmake-build-system)
(arguments
`(#:phases
- branch master updated (3f8c4899a9 -> 44d7044094), guix-commits, 2023/05/02
- 02/14: gnu: hypre: Add missing TeX Live packages., guix-commits, 2023/05/02
- 01/14: gnu: Add texlive-alphalph., guix-commits, 2023/05/02
- 04/14: gnu: dune-common: Update to 2.9.0., guix-commits, 2023/05/02
- 03/14: gnu: babeltrace: Fix build failure., guix-commits, 2023/05/02
- 05/14: gnu: dune-geometry: Update to 2.9.0., guix-commits, 2023/05/02
- 07/14: gnu: dune-grid: Update to 2.9.0., guix-commits, 2023/05/02
- 08/14: gnu: dune-istl: Update to 2.9.0., guix-commits, 2023/05/02
- 09/14: gnu: dune-localfunctions: Update to 2.9.0., guix-commits, 2023/05/02
- 10/14: gnu: dune-alugrid: Update to 2.9.0., guix-commits, 2023/05/02
- 11/14: gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9.,
guix-commits <=
- 06/14: gnu: dune-uggrid: Update to 2.9.0., guix-commits, 2023/05/02
- 12/14: gnu: dune-typetree: Update to 2.9.0., guix-commits, 2023/05/02
- 13/14: gnu: dune-functions: Update to 2.9.0., guix-commits, 2023/05/02
- 14/14: gnu: dune-pdelab: Update to 2.8.0-0.d5dddb6., guix-commits, 2023/05/02