summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/tpetra-remove-duplicate-using.patch
AgeCommit message (Collapse)Author
2026-02-23gnu: Remove trilinos-for-dealii-openmpi.Andreas Enge
* gnu/packages/maths.scm (trilinos-for-dealii-openmpi): Delete variable. * gnu/packages/patches/teuchos-remove-duplicate-using.patch, gnu/packages/patches/tpetra-remove-duplicate-using.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Unregister files. Fixes: guix/guix#5852 Change-Id: I991b0fd99a8a441b898c5d3e10785bc523042fef
2023-10-21gnu: trilinos-for-dealii-openmpi: Fix build.Paul A. Patience
This fixes the error error: ‘std::hypot’ has not been declared caused by using an older version of gcc, but requires some patches to placate newer versions of gcc. * gnu/packages/maths.scm (trilinos-for-dealii-openmpi)[origin]: Add patches. [native-inputs]: Remove gcc-7. * gnu/packages/patches/teuchos-remove-duplicate-using.patch: New file. * gnu/packages/patches/tpetra-remove-duplicate-using.patch: Likewise. * gnu/local.mk (dist_patch_DATA): Register them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>