me
/
guix
Archived
1
0
Fork 0

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>
master
Felix Gruber 2023-04-14 19:27:33 +00:00 committed by Ludovic Courtès
parent ab7de7df99
commit 3104c44ee2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 7 additions and 6 deletions

View File

@ -7134,22 +7134,23 @@ cubes.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public dune-subgrid (define-public dune-subgrid
;; This was the last commit on the releases/2.7 branch as of 2021-12-17. ; dune-subgrid does not tag its releases.
;; Unfortunately the dune-subgrid repository contains no release tags. ; The following commit is a few commits past the releases/2.9 branch
(let ((commit "45d1ee9f3f711e209695deee97912f4954f7f280")) ; to include some additional commits fixing compatibility with dune-uggrid.
(let ((commit "e83f3f919c2602425467ed767f279bc9c356c436"))
(package (package
(name "dune-subgrid") (name "dune-subgrid")
(version (git-version "2.7.1" "0" commit)) (version (git-version "2.9.0" "1" commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://git.imp.fu-berlin.de/agnumpde/dune-subgrid") (url "https://gitlab.dune-project.org/extensions/dune-subgrid")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xjf7865wil7kzym608kv3nc3ff3m3nlqich4k9wjyvy3lz6panh")))) "1dv4zg5j17bldpgg02ycg9fbfmnc1kffixgzbkkz86f2dmwgh2b6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:phases `(#:phases