aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 16f8bfd462..a2ffbd5155 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -23014,6 +23014,9 @@ based on the pairwise alignment of hidden Markov models (HMMs).")
(build-system cmake-build-system)
(arguments
(list
+ ;; Tests time out on riscv64-linux.
+ #:tests? (and (%current-system)
+ (not (target-riscv64?)))
#:configure-flags
#~(list "-DWFA_PNG_AND_TSV=ON")
#:phases