mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
reorg
This commit is contained in:
parent
4b6e21bcfd
commit
ffcae0c89e
1 changed files with 23 additions and 22 deletions
|
@ -130,6 +130,28 @@
|
|||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-rdma-core-gcc-11
|
||||
(package
|
||||
(inherit rdma-core)
|
||||
(name "glicid-specific-rdma-core-gcc-11")
|
||||
(version "36.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
|
||||
;; "1s4b80jzdi2m6j5aix3mxl6iafgbqp88pfxy7568zxwc8rkcz71x"
|
||||
"13ccvy3qv5b87g3b5q86gjv4wkgv86dlm9xbmii5aiy3i10ym48l"
|
||||
))))
|
||||
(inputs `(("gcc", gcc-11)
|
||||
,@(package-inputs rdma-core)))
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(define-public glicid-libfabric-gcc-11
|
||||
(package
|
||||
(inherit libfabric)
|
||||
|
@ -187,27 +209,6 @@
|
|||
)
|
||||
|
||||
|
||||
(define-public glicid-specific-rdma-core-gcc-11
|
||||
(package
|
||||
(inherit rdma-core)
|
||||
(name "glicid-specific-rdma-core-gcc-11")
|
||||
(version "36.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
|
||||
;; "1s4b80jzdi2m6j5aix3mxl6iafgbqp88pfxy7568zxwc8rkcz71x"
|
||||
"13ccvy3qv5b87g3b5q86gjv4wkgv86dlm9xbmii5aiy3i10ym48l"
|
||||
))))
|
||||
(inputs `(("gcc", gcc-11)
|
||||
,@(package-inputs rdma-core)))
|
||||
|
||||
)
|
||||
)
|
||||
|
||||
(define-public glicid-specific-libfabric-gcc-11
|
||||
(package
|
||||
(inherit libfabric)
|
||||
|
@ -273,4 +274,4 @@
|
|||
|
||||
|
||||
|
||||
;;; glicid.scm ends here
|
||||
;;; glicid/linux.scm ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue