diff options
author | Felix Gruber <felgru@posteo.net> | 2024-11-14 20:21:00 +0000 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-11-22 20:18:54 +0100 |
commit | 3b5e1b493198660e2e8af84996323eb157adee0c (patch) | |
tree | 2588230529f7fb8c86fdb8bd311dfdf257d5695c /gnu/packages/patches | |
parent | fe61fb93ea7d6eff01a12aee351fc17cdad4c658 (diff) | |
download | guix-3b5e1b493198660e2e8af84996323eb157adee0c.tar guix-3b5e1b493198660e2e8af84996323eb157adee0c.tar.gz |
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>
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/dune-grid-add-missing-include-cassert.patch | 24 |
1 files changed, 0 insertions, 24 deletions
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 - |