mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
internal name change
This commit is contained in:
parent
4e0db4ebc9
commit
6526690fc0
1 changed files with 3 additions and 3 deletions
|
@ -97,18 +97,18 @@
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
(define latest-openmpi gnu:openmpi)
|
(define openmpi-latest gnu:openmpi)
|
||||||
|
|
||||||
(define-public openmpi-glicid
|
(define-public openmpi-glicid
|
||||||
(package
|
(package
|
||||||
(inherit gnu:openmpi)
|
(inherit gnu:openmpi)
|
||||||
(version (string-append (package-version latest-openmpi) "-glicid" ))
|
(version (string-append (package-version openmpi-latest) "-glicid" ))
|
||||||
|
|
||||||
(inputs `(
|
(inputs `(
|
||||||
("ucx",ucx-latest) ;; should be latest beetween guix and glicid
|
("ucx",ucx-latest) ;; should be latest beetween guix and glicid
|
||||||
("rdma-core",rdma-core-latest) ;; should be latest beetween guix and glicid
|
("rdma-core",rdma-core-latest) ;; should be latest beetween guix and glicid
|
||||||
("libfabric",libfabric-latest)
|
("libfabric",libfabric-latest)
|
||||||
,@(package-inputs latest-openmpi)))
|
,@(package-inputs openmpi-latest)))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue