diff options
| author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2025-07-28 16:50:36 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-28 22:30:03 +0200 |
| commit | 293cca33249c408384e06ce4c1291a6a5be93f41 (patch) | |
| tree | 0630fe1eacea087eed9d639aae61c7e7815018be /gnu/packages/simulation.scm | |
| parent | dd5a0d5799d6227e5c06facfb2002806619dcbe0 (diff) | |
gnu: fenics-dolfin: Fix build with gcc@14.
* gnu/packages/patches/fenics-dolfin-integer-types.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register new patch.
* gnu/packages/simulation.scm (fenics-dolfin)[source]: Use new patch.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/simulation.scm')
| -rw-r--r-- | gnu/packages/simulation.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index ba41bf658e3..5568a567aef 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -755,7 +755,8 @@ FFC is part of the FEniCS Project.") "fenics-dolfin-demo-init.patch" "fenics-dolfin-boost.patch" "fenics-dolfin-config-slepc.patch" - "fenics-dolfin-hdf5-version-check.patch")) + "fenics-dolfin-hdf5-version-check.patch" + "fenics-dolfin-integer-types.patch")) (modules '((guix build utils))) (snippet '(begin ;; Make sure we don't use the bundled test framework. |
