mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
no libfabric upgrade
This commit is contained in:
parent
67406156c6
commit
bf4d29b3ca
1 changed files with 20 additions and 20 deletions
|
@ -405,25 +405,25 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-libfabric-gcc-10
|
||||
(package
|
||||
(inherit libfabric)
|
||||
(name "glicid-specific-libfabric-gcc-10")
|
||||
(version "1.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
(string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
||||
version "/libfabric-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "13ymh0y3fsifvfv7hd3kqvdw1ywrsii4njm9c37qvsp753vanf4r"))))
|
||||
|
||||
(inputs `(("gcc", gcc-10)
|
||||
("rdma-core", glicid-specific-rdma-core-gcc-10)
|
||||
,@(package-inputs libfabric)))
|
||||
)
|
||||
)
|
||||
;(define-public glicid-specific-libfabric-gcc-10
|
||||
;(package
|
||||
; (inherit libfabric)
|
||||
; (name "glicid-specific-libfabric-gcc-10")
|
||||
; (version "1.11.0")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri
|
||||
; (string-append "https://github.com/ofiwg/libfabric/releases/download/v"
|
||||
; version "/libfabric-" version ".tar.bz2"))
|
||||
; (sha256
|
||||
; (base32 "13ymh0y3fsifvfv7hd3kqvdw1ywrsii4njm9c37qvsp753vanf4r"))))
|
||||
;
|
||||
; (inputs `(("gcc", gcc-10)
|
||||
; ("rdma-core", glicid-specific-rdma-core-gcc-10)
|
||||
; ,@(package-inputs libfabric)))
|
||||
; )
|
||||
;)
|
||||
|
||||
(define-public glicid-specific-ucx-gcc-10
|
||||
(package
|
||||
|
@ -439,7 +439,7 @@
|
|||
|
||||
(inputs `(("gcc", gcc-10)
|
||||
("gfortran", gfortran-10)
|
||||
("libfabric", glicid-specific-libfabric-gcc-10)
|
||||
;; ("libfabric", glicid-specific-libfabric-gcc-10)
|
||||
("rdma-core",glicid-specific-rdma-core-gcc-10)
|
||||
|
||||
,@(package-inputs ucx)))
|
||||
|
|
Loading…
Add table
Reference in a new issue