diff options
author | Felix Gruber <felgru@posteo.net> | 2023-05-02 21:59:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2023-05-04 13:08:59 +0200 |
commit | 59640af1c5348bde628157d265c81f5f9a9bf19f (patch) | |
tree | 65c88d293519a7663c726b1677028272350f2d3b /gnu/packages/maths.scm | |
parent | fc6c96c88a0e4ad0b9e48272e5f97ffaa6eec36e (diff) | |
download | guix-59640af1c5348bde628157d265c81f5f9a9bf19f.tar.gz |
gnu: dune-common: Skip tests that fail on aarch64-linux.
* gnu/packages/patches/dune-common-skip-failing-tests.patch: New file. * gnu/packages/maths.scm (dune-common)[source]: Add it * gnu/local.mk (dist_patch_DATA): Register it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d7e2719b70..1cf26927fa 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -6805,7 +6805,8 @@ linear algebra primitives specifically targeting graph analytics.") version "/dune-common-" version ".tar.gz")) (sha256 (base32 - "04pzk8q0bibci8z5xlwndhh3y3vs63mw7kad62lbzfwrr5121hrd")))) + "04pzk8q0bibci8z5xlwndhh3y3vs63mw7kad62lbzfwrr5121hrd")) + (patches (search-patches "dune-common-skip-failing-tests.patch")))) (build-system cmake-build-system) (arguments `(#:phases |