gnu: newick-utils: Skip tests on riscv64-linux.

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Skip tests
when building on riscv64-linux.
This commit is contained in:
宋文武 2023-07-08 08:40:29 +08:00
parent d2c6d1d818
commit a6eb936d28
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -7279,7 +7279,8 @@ (define-public newick-utils
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
`(#:tests? ,(not (target-riscv64?)) ;XXX: stuck on riscv64-linux
#:make-flags (list "CFLAGS=-O2 -g -fcommon")))
(inputs
;; XXX: TODO: Enable Lua and Guile bindings.
;; https://github.com/tjunier/newick_utils/issues/13