mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dune-grid: Update to 2.9.0.
* gnu/packages/maths.scm (dune-grid): Update to 2.9.0. [source](patches): Add patch to fix build. * gnu/packages/patches/dune-grid-add-missing-include-cassert.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
9d9fd54304
commit
2667b838c8
3 changed files with 29 additions and 2 deletions
|
@ -0,0 +1,24 @@
|
|||
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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue