[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/13: gnu: gappa: Honor TESTS?.
From: |
guix-commits |
Subject: |
06/13: gnu: gappa: Honor TESTS?. |
Date: |
Mon, 3 Oct 2022 11:19:17 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 384b98028cb4be0e321320f10a1f3893e66598e0
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Oct 3 09:49:27 2022 -0400
gnu: gappa: Honor TESTS?.
* gnu/packages/algebra.scm (gappa) [phases] {check}: Honor TESTS?.
---
gnu/packages/algebra.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 71a4b3dc9b..f94aba1ebf 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -1427,7 +1427,9 @@ objects.")
(replace 'install
(lambda _ (invoke "./remake" "-s" "-d" "install")))
(replace 'check
- (lambda _ (invoke "./remake" "check"))))))
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "./remake" "check")))))))
(native-inputs (list autoconf automake bison flex libtool))
(inputs (list boost gmp mpfr))
(home-page "https://gitlab.inria.fr/gappa/gappa")
- branch master updated (aeaabc4253 -> 06201b76e5), guix-commits, 2022/10/03
- 03/13: gnu: gf2x: Update to 1.3.0., guix-commits, 2022/10/03
- 05/13: gnu: gappa: Update to 1.4.1., guix-commits, 2022/10/03
- 01/13: gnu-maintenance: Remove retired 'gforge.inria.fr' site., guix-commits, 2022/10/03
- 07/13: gnu: isl: Remove outdated comment., guix-commits, 2022/10/03
- 08/13: gnu: mpfi: Use gexps and remove input labels., guix-commits, 2022/10/03
- 10/13: gnu: Remove unused scotch patches., guix-commits, 2022/10/03
- 02/13: gnu: gf2x: Migrate from gforge.inria.fr to gitlab.inria.fr., guix-commits, 2022/10/03
- 04/13: gnu: gmp-ecm: Update to 7.0.5., guix-commits, 2022/10/03
- 06/13: gnu: gappa: Honor TESTS?.,
guix-commits <=
- 11/13: gnu: ocaml-dose3: Migrate from gforce.inria.fr., guix-commits, 2022/10/03
- 12/13: gnu: r-spams: Update to 2.6.1., guix-commits, 2022/10/03
- 09/13: gnu: mpfi: Update to 1.5.4-1.b982534., guix-commits, 2022/10/03
- 13/13: gnu: Remove ocaml-craml., guix-commits, 2022/10/03