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:
parent
d2c6d1d818
commit
a6eb936d28
1 changed files with 2 additions and 1 deletions
|
@ -7279,7 +7279,8 @@ program for nucleotide and protein sequences.")
|
||||||
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
|
"1hkw21rq1mwf7xp0rmbb2gqc0i6p11108m69i7mr7xcjl268pxnb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(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
|
(inputs
|
||||||
;; XXX: TODO: Enable Lua and Guile bindings.
|
;; XXX: TODO: Enable Lua and Guile bindings.
|
||||||
;; https://github.com/tjunier/newick_utils/issues/13
|
;; https://github.com/tjunier/newick_utils/issues/13
|
||||||
|
|
Reference in a new issue