mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
remove commented code
This commit is contained in:
parent
0bbbb6fc51
commit
dbdfe2d629
1 changed files with 1 additions and 27 deletions
|
@ -367,7 +367,6 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||||
"src/rocksdb"
|
"src/rocksdb"
|
||||||
"src/boost"))
|
"src/boost"))
|
||||||
#t))))
|
#t))))
|
||||||
; (build-system cmake-build-system)
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
(let* ((out (assoc-ref %outputs "out"))
|
(let* ((out (assoc-ref %outputs "out"))
|
||||||
|
@ -482,14 +481,6 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||||
scripts)
|
scripts)
|
||||||
#t))))))
|
#t))))))
|
||||||
|
|
||||||
; (outputs
|
|
||||||
; '("out" "lib"))
|
|
||||||
; (native-inputs
|
|
||||||
; `(("gperf" ,gperf)
|
|
||||||
; ("pkg-config" ,pkg-config)
|
|
||||||
; ("python-cython" ,python-cython)
|
|
||||||
; ("python-sphinx" ,python-sphinx)
|
|
||||||
; ("yasm" ,yasm)))
|
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
|
@ -519,30 +510,13 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
||||||
("rapidjson" ,rapidjson)
|
("rapidjson" ,rapidjson)
|
||||||
("rdma-core" ,rdma-core)
|
("rdma-core" ,rdma-core)
|
||||||
("rocksdb" ,rocksdb)
|
("rocksdb" ,rocksdb)
|
||||||
; ("snappy" ,snappy-1.1.8)
|
|
||||||
("snappy" ,snappy)
|
("snappy" ,snappy)
|
||||||
("udev" ,eudev)
|
("udev" ,eudev)
|
||||||
("util-linux" ,util-linux)
|
("util-linux" ,util-linux)
|
||||||
("util-linux:lib" ,util-linux "lib")
|
("util-linux:lib" ,util-linux "lib")
|
||||||
("xfsprogs" ,xfsprogs)
|
("xfsprogs" ,xfsprogs)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
; (home-page "https://ceph.com/")
|
)
|
||||||
; (synopsis "Distributed object store and file system")
|
|
||||||
; (description
|
|
||||||
; "Ceph is a distributed storage system designed for reliability and
|
|
||||||
;performance. It provides network-based block devices (RBD), a POSIX
|
|
||||||
;compliant file system (CephFS), and offers compatibility with various
|
|
||||||
;storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
|
||||||
; ;; The Ceph libraries are LGPL2.1 and most of the utilities fall under
|
|
||||||
; ;; GPL2. The installed erasure code plugins are BSD-3 licensed and do
|
|
||||||
; ;; not use the GPL code. The source archive includes a number of files
|
|
||||||
; ;; carrying other licenses; consult COPYING for more information. Note
|
|
||||||
; ;; that COPYING does not cover third-party bundled software.
|
|
||||||
; (license (list license:lgpl2.1 license:gpl2 ;some files are 'or later'
|
|
||||||
; license:cc-by-sa3.0 ;documentation
|
|
||||||
; license:bsd-3 ;isa-l,jerasure,++
|
|
||||||
; license:expat))
|
|
||||||
) ;civetweb,java bindings
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue