mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
avoid duplicate
This commit is contained in:
parent
3072a6e63e
commit
832a0052ae
1 changed files with 0 additions and 18 deletions
|
@ -240,24 +240,6 @@
|
|||
; )
|
||||
;)
|
||||
|
||||
(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-intel-mpi-benchmarks
|
||||
(package
|
||||
(inherit intel-mpi-benchmarks/openmpi)
|
||||
|
|
Loading…
Add table
Reference in a new issue