emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64525: closed ([PATCH] gnu: newick-utils: Skip tests on riscv64-linu


From: GNU bug Tracking System
Subject: bug#64525: closed ([PATCH] gnu: newick-utils: Skip tests on riscv64-linux.)
Date: Tue, 18 Jul 2023 12:27:03 +0000

Your message dated Tue, 18 Jul 2023 20:25:51 +0800
with message-id <878rbdz9rk.fsf@envs.net>
and subject line Re: bug#64525: [PATCH] gnu: newick-utils: Skip tests on 
riscv64-linux.
has caused the debbugs.gnu.org bug report #64525,
regarding [PATCH] gnu: newick-utils: Skip tests on riscv64-linux.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64525: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64525
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux. Date: Sat, 8 Jul 2023 08:40:29 +0800
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#64525: [PATCH] gnu: newick-utils: Skip tests on riscv64-linux. Date: Tue, 18 Jul 2023 20:25:51 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Pushed now.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]