redef ceph 15

This commit is contained in:
Yann Dupont 2021-10-22 17:53:42 +02:00
parent 6fa9726ada
commit 3fc231a878

View file

@ -1222,9 +1222,9 @@ in the @code{debug} output), and binutils.")))
)
(define-public ceph-15
(package
; (inherit ceph)
(name "ceph-15")
(version "15.2.14")
(source (origin
@ -1234,10 +1234,8 @@ in the @code{debug} output), and binutils.")))
(sha256
(base32
"12cz10aascr2h7xbxp9ba5207pn9qv6m50xp5f8ns80vj6lzi6d3"))
(patches
(search-patches
"ceph-fix-snappy-breaking-change.patch"))
; (patches
; (search-patches "ceph-disable-cpu-optimizations.patch"))
(modules '((guix build utils)))
(snippet
'(begin
@ -1258,7 +1256,6 @@ in the @code{debug} output), and binutils.")))
"src/rocksdb"
"src/boost"))
#t))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
@ -1373,7 +1370,6 @@ in the @code{debug} output), and binutils.")))
`("PYTHONPATH" ":" prefix (,PYTHONPATH))))
scripts)
#t))))))
(outputs
'("out" "lib"))
(native-inputs
@ -1411,7 +1407,7 @@ in the @code{debug} output), and binutils.")))
("rapidjson" ,rapidjson)
("rdma-core" ,rdma-core)
("rocksdb" ,rocksdb)
("snappy" ,snappy)
("snappy" ,snappy-1.1.8)
("udev" ,eudev)
("util-linux" ,util-linux)
("util-linux:lib" ,util-linux "lib")