[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/18: gnu: frama-c: Build verbosely.
From: |
guix-commits |
Subject: |
18/18: gnu: frama-c: Build verbosely. |
Date: |
Wed, 19 Jul 2023 11:23:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 7abf96a2ec4a06ee239c68f700c7e6b9fe3c06b5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:06 2023 +0200
gnu: frama-c: Build verbosely.
As verbosely as most other packages, that is.
* gnu/packages/maths.scm (frama-c)[arguments]: Add "--enable-verbosemake"
to #:configure-flags.
---
gnu/packages/maths.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 40c1433284..8bfcd3c4db 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8171,6 +8171,8 @@ of C, Java, or Ada programs.")
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; no test target in Makefile
+ #:configure-flags
+ (list "--enable-verbosemake") ; to aid debugging
#:phases
(modify-phases %standard-phases
(add-before 'configure 'export-shell
- 08/18: gnu: libtraceevent: Shorten source snippet., (continued)
- 08/18: gnu: libtraceevent: Shorten source snippet., guix-commits, 2023/07/19
- 10/18: gnu: libnvme: Update to 1.5., guix-commits, 2023/07/19
- 14/18: gnu: libinih: Update to 57., guix-commits, 2023/07/19
- 04/18: gnu: rspamd: Update to 3.5., guix-commits, 2023/07/19
- 15/18: gnu: xfstests: Update to 1.1.0-2.87f90a2., guix-commits, 2023/07/19
- 06/18: gnu: gnome-multi-writer: Fix build., guix-commits, 2023/07/19
- 09/18: gnu: lesspipe: Update to 2.08., guix-commits, 2023/07/19
- 11/18: gnu: libnvme: Separate :doc files., guix-commits, 2023/07/19
- 12/18: gnu: nvme-cli: Update to 2.5., guix-commits, 2023/07/19
- 16/18: gnu: libbsd: Update to 0.11.7., guix-commits, 2023/07/19
- 18/18: gnu: frama-c: Build verbosely.,
guix-commits <=
- 17/18: gnu: python-sshtunnel: Fix build., guix-commits, 2023/07/19