mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-01 14:45:39 +02:00
new versions and derivations
This commit is contained in:
parent
b38a292b8f
commit
2e2fed3bab
3 changed files with 45 additions and 20 deletions
|
@ -97,16 +97,18 @@
|
|||
|
||||
)
|
||||
|
||||
(define latest-openmpi gnu:openmpi)
|
||||
|
||||
(define-public openmpi-glicid
|
||||
(package
|
||||
(inherit gnu:openmpi)
|
||||
(version (string-append (package-version gnu:openmpi) "-glicid" ))
|
||||
(version (string-append (package-version latest-openmpi) "-glicid" ))
|
||||
|
||||
(inputs `(
|
||||
("ucx",ucx)
|
||||
("rdma-core",rdma-core)
|
||||
("libfabric",libfabric)
|
||||
,@(package-inputs gnu:openmpi)))
|
||||
,@(package-inputs latest-openmpi)))
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue