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