gnu: fio: Use INVOKE.
* gnu/packages/benchmark.scm (fio)[arguments]: Substitute INVOKE for SYSTEM* and end phase with explicit #t.
This commit is contained in:
parent
d2caedf08d
commit
1cc3e26b6a
|
@ -67,8 +67,9 @@
|
||||||
;; The configure script doesn't understand some of the
|
;; The configure script doesn't understand some of the
|
||||||
;; GNU options, so we can't use #:configure-flags.
|
;; GNU options, so we can't use #:configure-flags.
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(zero? (system* "./configure"
|
(invoke "./configure"
|
||||||
(string-append "--prefix=" out))))))
|
(string-append "--prefix=" out))
|
||||||
|
#t)))
|
||||||
;; The main `fio` executable is fairly small and self contained.
|
;; The main `fio` executable is fairly small and self contained.
|
||||||
;; Moving the auxiliary python and gnuplot scripts to a separate
|
;; Moving the auxiliary python and gnuplot scripts to a separate
|
||||||
;; output saves almost 400 MiB on the closure.
|
;; output saves almost 400 MiB on the closure.
|
||||||
|
|
Loading…
Reference in New Issue