From 1970662004b6a63ef653aaf89caee27254b0a844 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 6 Nov 2024 11:34:27 +0200 Subject: gnu: wfmash: Disable tests when cross-compiling. * gnu/packages/bioinformatics.scm (wfmash)[arguments]: Also disable the tests when cross-compiling. Change-Id: Ie7e22a84bfa9b49d4a4b7c1b51a6b01743941af4 --- gnu/packages/bioinformatics.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index cf6d9f5c14..4d6bb4ae0e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -23301,7 +23301,7 @@ based on the pairwise alignment of hidden Markov models (HMMs).") (arguments (list ;; Tests time out on riscv64-linux. - #:tests? (and (%current-system) + #:tests? (and (not (%current-target-system)) (not (target-riscv64?))) #:configure-flags #~(list "-DWFA_PNG_AND_TSV=ON") -- cgit v1.2.3