GNU bug report logs -
#62842
[PATCH 00/11] gnu: maths: dune-*: Update to version 2.9.0
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Fri, 14 Apr 2023 19:26:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 62842 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (dune-subgrid): Update to 2.9.0-1-e83f3f9.
[source]: Update URL of dune-subgrid's Git repository.
---
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 34fb239c73..d00570788c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -7117,22 +7117,23 @@ (define-public dune-alugrid
(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
--
2.39.2
This bug report was last modified 2 years and 72 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.