mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
iback to 28.1
This commit is contained in:
parent
50f3fc6f26
commit
124d1bba68
1 changed files with 3 additions and 2 deletions
|
@ -476,12 +476,13 @@
|
||||||
;; 30.0 crash : "1ycvd8sp3giwjbp0x3nvb8q2wrdc50s7lmzf44b9l51qgcnvvq93"
|
;; 30.0 crash : "1ycvd8sp3giwjbp0x3nvb8q2wrdc50s7lmzf44b9l51qgcnvvq93"
|
||||||
;; 31.0 crash :
|
;; 31.0 crash :
|
||||||
;; 32.0 crash : "1z1i741bcn9vchmkjs8nxj0c0bw0jr53zj74l839n2wrb45f55w1"
|
;; 32.0 crash : "1z1i741bcn9vchmkjs8nxj0c0bw0jr53zj74l839n2wrb45f55w1"
|
||||||
|
;; 33.0 crash : "0cnmw04z68x042nkqxg57wijzkf9ysmvr8xxidxhxz0mxwx9impg"
|
||||||
|
|
||||||
(define-public glicid-specific-rdma-core-gcc-10
|
(define-public glicid-specific-rdma-core-gcc-10
|
||||||
(package
|
(package
|
||||||
(inherit rdma-core)
|
(inherit rdma-core)
|
||||||
(name "glicid-specific-rdma-core-gcc-10")
|
(name "glicid-specific-rdma-core-gcc-10")
|
||||||
(version "33.0")
|
(version "28.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
||||||
|
@ -489,7 +490,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cnmw04z68x042nkqxg57wijzkf9ysmvr8xxidxhxz0mxwx9impg"))))
|
"04y7wm2an842hf6idlbjvmiqnlh05xb2i9rhdb5ifzw6n3ciz5nr"))))
|
||||||
(inputs `(("gcc", gcc-10)
|
(inputs `(("gcc", gcc-10)
|
||||||
,@(package-inputs rdma-core)))
|
,@(package-inputs rdma-core)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue