mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
back to 6.0.0 for qemu
This commit is contained in:
parent
a748f499ea
commit
7d4e08f4ed
1 changed files with 10 additions and 29 deletions
|
@ -621,7 +621,7 @@ in the @code{debug} output), and binutils.")))
|
|||
(package
|
||||
(inherit rdma-core)
|
||||
(name "glicid-specific-rdma-core-gcc-11")
|
||||
(version "34.0")
|
||||
(version "36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
||||
|
@ -1498,7 +1498,8 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
|||
(package
|
||||
(inherit qemu)
|
||||
(name "glicid-qemu")
|
||||
(version "6.1.0")
|
||||
; (version "6.1.0") ;; hang on check with version 6.1.0
|
||||
(version "6.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1506,55 +1507,35 @@ storage protocols (S3, NFS, and others) through the RADOS gateway.")
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f"))
|
||||
; 6.1.0 ; "15iw7982g6vc4jy1l9kk1z9sl5bm1bdbwr74y7nvwjs1nffhig7f")
|
||||
"1f9hz8rf12jm8baa7kda34yl4hyl0xh0c4ap03krfjx23i3img47"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
)
|
||||
|
||||
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
|
||||
(define-public qemu-with-rbd
|
||||
|
||||
|
||||
(package
|
||||
(inherit glicid-qemu)
|
||||
(name "qemu-with-rbd")
|
||||
; (arguments
|
||||
; `(#:configure-flags
|
||||
; (let ((gcc (string-append (assoc-ref %build-inputs "gcc") "/bin/gcc"))
|
||||
; (out (assoc-ref %outputs "out")))
|
||||
; (list (string-append "--cc=" gcc)
|
||||
; ;; Some architectures insist on using HOST_CC.
|
||||
; (string-append "--host-cc=" gcc)
|
||||
; (string-append "--prefix=" out)
|
||||
; "--sysconfdir=/etc"
|
||||
; (string-append "--smbd=" out "/libexec/samba-wrapper")
|
||||
; "--disable-debug-info --enable-rbd" ;for space considerations
|
||||
; ;; The binaries need to be linked against -lrt.
|
||||
; (string-append "--extra-ldflags=-lrt")))
|
||||
; ;; Make build and test output verbose to facilitate investigation upon failure.
|
||||
; ))
|
||||
|
||||
(arguments
|
||||
|
||||
(substitute-keyword-arguments
|
||||
`(#:tests? #f
|
||||
,@(package-arguments glicid-qemu)))
|
||||
|
||||
|
||||
|
||||
)
|
||||
|
||||
|
||||
|
||||
(inputs `(("glicid-ceph:lib", glicid-ceph "lib" )
|
||||
,@(package-inputs glicid-qemu)))
|
||||
|
||||
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue