mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
325fbdae7d
commit
ac19ae37b5
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue