[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/20: gnu: fio: Use INVOKE.
From: |
Tobias Geerinckx-Rice |
Subject: |
18/20: gnu: fio: Use INVOKE. |
Date: |
Thu, 26 Apr 2018 15:09:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1cc3e26b6aeb4acd406b7f57a436bf4c4b35aa93
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 19 23:11:49 2018 +0200
gnu: fio: Use INVOKE.
* gnu/packages/benchmark.scm (fio)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with explicit #t.
---
gnu/packages/benchmark.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index bf88bd4..ebc8bdb 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -67,8 +67,9 @@
;; The configure script doesn't understand some of the
;; GNU options, so we can't use #:configure-flags.
(let ((out (assoc-ref outputs "out")))
- (zero? (system* "./configure"
- (string-append "--prefix=" out))))))
+ (invoke "./configure"
+ (string-append "--prefix=" out))
+ #t)))
;; The main `fio` executable is fairly small and self contained.
;; Moving the auxiliary python and gnuplot scripts to a separate
;; output saves almost 400 MiB on the closure.
- 02/20: gnu: perl-test-pod: Update to 1.52., (continued)
- 02/20: gnu: perl-test-pod: Update to 1.52., Tobias Geerinckx-Rice, 2018/04/26
- 11/20: gnu: perl-mime-types: Update to 2.17., Tobias Geerinckx-Rice, 2018/04/26
- 13/20: gnu: perl-task-weaken: Update to 1.06., Tobias Geerinckx-Rice, 2018/04/26
- 14/20: gnu: perl-text-glob: Update to 0.11., Tobias Geerinckx-Rice, 2018/04/26
- 09/20: gnu: perl-devel-overloadinfo: Update to 0.005., Tobias Geerinckx-Rice, 2018/04/26
- 15/20: gnu: openvpn: Update to 2.4.6., Tobias Geerinckx-Rice, 2018/04/26
- 17/20: gnu: ghostwriter: Update to 1.6.2., Tobias Geerinckx-Rice, 2018/04/26
- 12/20: gnu: perl-module-find: Update to 0.13., Tobias Geerinckx-Rice, 2018/04/26
- 19/20: gnu: mg: Find ncurses through pkg-config., Tobias Geerinckx-Rice, 2018/04/26
- 16/20: gnu: youtube-viewer: Update to 3.3.4., Tobias Geerinckx-Rice, 2018/04/26
- 18/20: gnu: fio: Use INVOKE.,
Tobias Geerinckx-Rice <=
- 20/20: gnu: mg: Update to 20180408., Tobias Geerinckx-Rice, 2018/04/26