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