guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 6/6] gnu: fio: Enable rbd support.


From: Marius Bakke
Subject: [PATCH 6/6] gnu: fio: Enable rbd support.
Date: Sun, 15 Jan 2017 21:33:38 +0100

* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
---
 gnu/packages/benchmark.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/benchmark.scm b/gnu/packages/benchmark.scm
index 465c81b43..6b3c28df3 100644
--- a/gnu/packages/benchmark.scm
+++ b/gnu/packages/benchmark.scm
@@ -22,6 +22,7 @@
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages distributed-filesystems)
   #:use-module (gnu packages linux))
 
 (define-public fio
@@ -49,7 +50,8 @@
                (zero? (system* "./configure"
                                (string-append "--prefix=" out)))))))))
     (inputs
-     `(("libaio" ,libaio)
+     `(("ceph" ,ceph "lib")
+       ("libaio" ,libaio)
        ("zlib" ,zlib)))
     (home-page "https://github.com/axboe/fio";)
     (synopsis "Flexible I/O tester")
-- 
2.11.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]