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:
parent
31044e6ff2
commit
20d2e1faa9
|
@ -30,7 +30,7 @@
|
||||||
(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 @@
|
||||||
"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 @@
|
||||||
(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"))))
|
||||||
|
|
Loading…
Reference in New Issue