unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64525] [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.
@ 2023-07-08  0:40 iyzsong--- via Guix-patches via
  2023-07-18 12:25 ` bug#64525: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: iyzsong--- via Guix-patches via @ 2023-07-08  0:40 UTC (permalink / raw)
  To: 64525; +Cc: 宋文武

From: 宋文武 <iyzsong@member.fsf.org>

* gnu/packages/bioinformatics.scm (newick-utils)[arguments]: Skip tests
when building on riscv64-linux.
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f59f37b52b..9831b67868 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7148,7 +7148,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

base-commit: fcfdb8f05ed0228ede47e9d2a0de5b05b09dd7be
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64525: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.
  2023-07-08  0:40 [bug#64525] [PATCH] gnu: newick-utils: Skip tests on riscv64-linux iyzsong--- via Guix-patches via
@ 2023-07-18 12:25 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-07-18 12:25 UTC (permalink / raw)
  To: 64525-done


Pushed now.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-18 12:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-08  0:40 [bug#64525] [PATCH] gnu: newick-utils: Skip tests on riscv64-linux iyzsong--- via Guix-patches via
2023-07-18 12:25 ` bug#64525: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).