gnu: fio: Update to 2.20.

* gnu/packages/benchmark.scm (fio): Update to 2.20.
[arguments]<#:phases>: Drop removed script from 'move-outputs' phase.
This commit is contained in:
Marius Bakke 2017-05-21 16:28:25 +02:00
parent 31044e6ff2
commit 20d2e1faa9
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -30,7 +30,7 @@ (define-module (gnu packages benchmark)
(define-public fio (define-public fio
(package (package
(name "fio") (name "fio")
(version "2.19") (version "2.20")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -38,7 +38,7 @@ (define-public fio
"fio-" version ".tar.bz2")) "fio-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0dwx2dpbsg3xyd8jzm64gazy6ij4zirlfdrbgcxr1a0z5smcmcw1")))) "15vgbzlcjd21bi9ahlbs8h9ca4raw5qgi711n802qmagjdjbmlxw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:test-target "test" '(#:test-target "test"
@ -78,8 +78,8 @@ (define-public fio
(dst (string-append newbin "/" file))) (dst (string-append newbin "/" file)))
(link src dst) (link src dst)
(delete-file src))) (delete-file src)))
'("fio2gnuplot" "fio_latency2csv.py" '("fio2gnuplot" "fiologparser_hist.py"
"fiologparser_hist.py" "fiologparser.py")) "fiologparser.py"))
;; Make sure numpy et.al is found. ;; Make sure numpy et.al is found.
(wrap-program (string-append newbin "/fiologparser_hist.py") (wrap-program (string-append newbin "/fiologparser_hist.py")
`("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH")))) `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))