mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
add non gcc-10 version
This commit is contained in:
parent
3ea1cec15a
commit
991fc28e86
1 changed files with 18 additions and 1 deletions
|
@ -221,6 +221,23 @@
|
||||||
; )
|
; )
|
||||||
;)
|
;)
|
||||||
|
|
||||||
|
(define-public glicid-rdma-core
|
||||||
|
(package
|
||||||
|
(inherit rdma-core)
|
||||||
|
(name "glicid-rdma-core")
|
||||||
|
(version "31.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "https://github.com/linux-rdma/rdma-core"
|
||||||
|
"/releases/download/v" version "/rdma-core-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"02ym93k6khfmzm9rml79x9zh1dy8231sygw16r287mhwp0x9mbji"))))
|
||||||
|
)
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
(define-public glicid-rdma-core-gcc-10
|
(define-public glicid-rdma-core-gcc-10
|
||||||
(package
|
(package
|
||||||
(inherit rdma-core)
|
(inherit rdma-core)
|
||||||
|
@ -276,7 +293,7 @@
|
||||||
(inputs `(("gcc-10", gcc-10)
|
(inputs `(("gcc-10", gcc-10)
|
||||||
("gfortran-10", gfortran-10)
|
("gfortran-10", gfortran-10)
|
||||||
("glicid-ucx-gcc-10",glicid-ucx-gcc-10)
|
("glicid-ucx-gcc-10",glicid-ucx-gcc-10)
|
||||||
("glicid-rdma-core-gcc-10",glicid-rdma-core-gcc-10)
|
("glicid-rdma-core",glicid-rdma-core)
|
||||||
,@(package-inputs openmpi)))
|
,@(package-inputs openmpi)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue