mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
redef ceph 15
This commit is contained in:
parent
6fa9726ada
commit
3fc231a878
1 changed files with 5 additions and 9 deletions
|
@ -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,8 +1256,7 @@ in the @code{debug} output), and binutils.")))
|
|||
"src/rocksdb"
|
||||
"src/boost"))
|
||||
#t))))
|
||||
|
||||
(build-system cmake-build-system)
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(let* ((out (assoc-ref %outputs "out"))
|
||||
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue