summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2026-07-15 11:54:57 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2026-08-02 22:09:01 +0200
commit7ade0c89984c251614e7359effbfea6ef013f0b4 (patch)
tree00a995f70704017f78f43ba49a6ac0b8c620964f /gnu/local.mk
parent8ea038b3b26c91b056b214dd42f744a4c71a6b74 (diff)
gnu: symfpu: Enable the test suite.
* gnu/packages/maths.scm (symfpu)[#:phases]: Add 'fix-tests and 'check. [source]{origin}<patches>: Add patch required to fix a single test case. [description]: Fix typo. * gnu/packages/patches/symfpu-fix-rounding-test-case.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 405a203cc3e..64c215fc31d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2198,6 +2198,7 @@ dist_patch_DATA = \
2198 %D%/packages/patches/stk-5.0.1-fix-typo.patch \ 2198 %D%/packages/patches/stk-5.0.1-fix-typo.patch \
2199 %D%/packages/patches/strace-readlink-tests.patch \ 2199 %D%/packages/patches/strace-readlink-tests.patch \
2200 %D%/packages/patches/sunxi-tools-remove-sys-io.patch \ 2200 %D%/packages/patches/sunxi-tools-remove-sys-io.patch \
2201 %D%/packages/patches/symfpu-fix-rounding-test-case.patch \
2201 %D%/packages/patches/patch-hurd-path-max.patch \ 2202 %D%/packages/patches/patch-hurd-path-max.patch \
2202 %D%/packages/patches/perl-5.14-autosplit-default-time.patch \ 2203 %D%/packages/patches/perl-5.14-autosplit-default-time.patch \
2203 %D%/packages/patches/perl-5.14-module-pluggable-search.patch \ 2204 %D%/packages/patches/perl-5.14-module-pluggable-search.patch \