rename glicid-ceph-15 -> ceph-15

This commit is contained in:
Yann Dupont 2021-10-18 18:05:35 +02:00
parent f2fcab1db5
commit 52d3f0db2a

View file

@ -1222,71 +1222,9 @@ in the @code{debug} output), and binutils.")))
)
(define-public snappy-1.1.8
(define-public ceph-15
(package
(name "snappy")
(version "1.1.8")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/google/snappy")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1j0kslq2dvxgkcxl1gakhvsa731yrcvcaipcp5k8k7ayicvkv9jv"))
(patches (search-patches "snappy-add-O2-flag-in-CmakeLists.txt.patch"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")))
(home-page "https://github.com/google/snappy")
(synopsis "Fast compressor/decompressor")
(description "Snappy is a compression/decompression library. It does not
aim for maximum compression, or compatibility with any other compression library;
instead, it aims for very high speeds and reasonable compression. For instance,
compared to the fastest mode of zlib, Snappy is an order of magnitude faster
for most inputs, but the resulting compressed files are anywhere from 20% to
100% bigger.")
(license license:asl2.0)))
(define-public glicid-ceph-14
(package
(inherit ceph)
(name "glicid-ceph-14")
(version "14.2.22")
(source
(origin
(method url-fetch)
(uri
(string-append "https://download.ceph.com/tarballs/ceph_" version ".orig.tar.gz")
)
(sha256
(base32
"1hhdxrmp7a8n00kmx9s4bib84dvfal98x7i9c65p4q6nknlcdvdw"
)
)
)
)
(inputs `(("snappy",snappy-1.1.8)
,@(package-inputs ceph)))
)
)
(define-public glicid-ceph-15
(package
(name "glicid-ceph-15")
(name "ceph-15")
(version "15.2.14")
(source (origin
(method url-fetch)
@ -1493,30 +1431,13 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
)
(define-public glicid-ceph glicid-ceph-15)
(define-public glicid-ceph ceph-15)
(define-public glicid-qemu
(package
(inherit qemu)
(name "glicid-qemu")
; (version "6.1.0") ;; hang on check with version 6.1.0
; (version "6.0.0")
; (source
; (origin
; (method url-fetch)
; (uri (string-append "https://download.qemu.org/qemu-"
; version ".tar.xz"))
; (sha256
; (base32
;; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f")
; "1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47"
; )
; )
; )
; )
)
)