[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: dune-grid: Update to 2.10.0.
From: |
guix-commits |
Subject: |
04/10: gnu: dune-grid: Update to 2.10.0. |
Date: |
Fri, 22 Nov 2024 15:48:13 -0500 (EST) |
andreas pushed a commit to branch master
in repository guix.
commit 3b5e1b493198660e2e8af84996323eb157adee0c
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Thu Nov 14 20:21:00 2024 +0000
gnu: dune-grid: Update to 2.10.0.
* gnu/packages/maths.scm (dune-grid): Update to 2.10.0.
[source]: Remove patch that has been applied upstream.
* gnu/packages/patches/dune-grid-add-missing-include-cassert.patch:
Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Change-Id: I793f9151ace3c5104fd2b8d74ace128e73133cf3
Signed-off-by: Andreas Enge <andreas@enge.fr>
---
gnu/local.mk | 1 -
gnu/packages/maths.scm | 6 ++----
.../dune-grid-add-missing-include-cassert.patch | 24 ----------------------
3 files changed, 2 insertions(+), 29 deletions(-)
diff --git a/gnu/local.mk b/gnu/local.mk
index 7da7cc3735..f51abd8fe3 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1165,7 +1165,6 @@ dist_patch_DATA =
\
%D%/packages/patches/dtc-meson-cell-overflow.patch \
%D%/packages/patches/duc-fix-test-sh.patch \
%D%/packages/patches/dune-common-skip-failing-tests.patch \
- %D%/packages/patches/dune-grid-add-missing-include-cassert.patch \
%D%/packages/patches/dune-istl-fix-solver-playground.patch \
%D%/packages/patches/durden-shadow-arcan.patch \
%D%/packages/patches/dvd+rw-tools-add-include.patch \
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c3e4efb471..5c3ffd6d2d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8500,7 +8500,7 @@ This package contains the DUNE UG grid classes.")
(define-public dune-grid
(package
(name "dune-grid")
- (version "2.9.0")
+ (version "2.10.0")
(source
(origin
(method url-fetch)
@@ -8508,9 +8508,7 @@ This package contains the DUNE UG grid classes.")
version "/dune-grid-" version ".tar.gz"))
(sha256
(base32
- "17l2vlr8q3rfifxv80r3jlzamx478xn0vfjkrl3ns1akk7miycq8"))
- (patches (search-patches
- "dune-grid-add-missing-include-cassert.patch"))))
+ "0mh06g3sryx3s0d7zgzsz6j18vbzb0f46wq7aw6ahj2hswb7rsrg"))))
(build-system cmake-build-system)
(arguments
`(#:phases
diff --git a/gnu/packages/patches/dune-grid-add-missing-include-cassert.patch
b/gnu/packages/patches/dune-grid-add-missing-include-cassert.patch
deleted file mode 100644
index 7462b11934..0000000000
--- a/gnu/packages/patches/dune-grid-add-missing-include-cassert.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From ef843b1a66308247ba4d2e2c116ff5517421a91b Mon Sep 17 00:00:00 2001
-From: Simon Praetorius <simon.praetorius@tu-dresden.de>
-Date: Tue, 6 Dec 2022 13:39:44 +0100
-Subject: [PATCH] Add missing include <cassert>
-
----
- dune/grid/test/yasp/test-yaspgrid-partitioner.cc | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
b/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
-index 93ae042b0..9a4530201 100644
---- a/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
-+++ b/dune/grid/test/yasp/test-yaspgrid-partitioner.cc
-@@ -6,6 +6,7 @@
- #include <config.h>
-
- #include <array>
-+#include <cassert>
- #include <iostream>
-
- #include <dune/common/filledarray.hh>
---
-2.39.2
-
- branch master updated (8a7bd211d2 -> 48cd108290), guix-commits, 2024/11/22
- 02/10: gnu: dune-geometry: Update to 2.10.0., guix-commits, 2024/11/22
- 05/10: gnu: dune-istl: Update to 2.10.0., guix-commits, 2024/11/22
- 01/10: gnu: dune-common: Update to 2.10.0., guix-commits, 2024/11/22
- 03/10: gnu: dune-uggrid: Update to 2.10.0., guix-commits, 2024/11/22
- 04/10: gnu: dune-grid: Update to 2.10.0.,
guix-commits <=
- 06/10: gnu: dune-localfunctions: Update to 2.10.0., guix-commits, 2024/11/22
- 08/10: gnu: dune-subgrid: Update to 2.10.0., guix-commits, 2024/11/22
- 07/10: gnu: dune-alugrid: Update to 2.10.0., guix-commits, 2024/11/22
- 10/10: gnu: dune-functions: Update to 2.10.0., guix-commits, 2024/11/22
- 09/10: gnu: dune-typetree: Update to 2.10.0., guix-commits, 2024/11/22