mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
version -glicid
This commit is contained in:
parent
2e2fed3bab
commit
67f112b4ac
1 changed files with 2 additions and 1 deletions
|
@ -118,8 +118,9 @@
|
||||||
(define-public ucx-latest local-ucx) ;; for now…
|
(define-public ucx-latest local-ucx) ;; for now…
|
||||||
|
|
||||||
(define-public ucx-glicid
|
(define-public ucx-glicid
|
||||||
(package
|
(package
|
||||||
(inherit ucx-latest)
|
(inherit ucx-latest)
|
||||||
|
(version (string-append (package-version ucx-latest) "-glicid" ))
|
||||||
(inputs `(
|
(inputs `(
|
||||||
("libfabric", libfabric) ;; latest of glicid or gnu version
|
("libfabric", libfabric) ;; latest of glicid or gnu version
|
||||||
("rdma-core",rdma-core) ;; latest of glicid or gnu version
|
("rdma-core",rdma-core) ;; latest of glicid or gnu version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue