gnu: wfmash: Skip tests on riscv64-linux.

* gnu/packages/bioinformatics.scm (wfmash)[arguments]: Skip the tests
when building on riscv64-linux.

Change-Id: I95c7849f445b866756fed17ca46b3d0bad088f21
This commit is contained in:
Efraim Flashner 2024-10-23 14:39:19 +03:00
parent 325fbdae7d
commit ac19ae37b5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -23014,6 +23014,9 @@ (define-public wfmash
(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