mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-05-03 15:43:06 +02:00
bump openmpi, libfabric, rdma-core, openucx
This commit is contained in:
parent
221c111552
commit
7febbd46ba
3 changed files with 59 additions and 56 deletions
|
@ -10,6 +10,23 @@
|
|||
#:use-module (glicid packages parallel)
|
||||
#:use-module (gnu packages))
|
||||
|
||||
(define-public openmpi-upstream-4.1.6
|
||||
(package
|
||||
(inherit gnu:openmpi)
|
||||
(name "openmpi-upstream")
|
||||
(version "4.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.open-mpi.org/software/ompi/v"
|
||||
(version-major+minor version)
|
||||
"/downloads/openmpi-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"05g4245v0pdqcyjmgn50519ry5v5q8ig26iinmiynvaihm29jh7p"))
|
||||
(patches (search-patches "openmpi-mtl-priorities.patch"))))))
|
||||
|
||||
|
||||
|
||||
(define-public openmpi-upstream-4.1.5
|
||||
(package
|
||||
(inherit gnu:openmpi)
|
||||
|
@ -42,7 +59,7 @@
|
|||
(patches (search-patches "openmpi-mtl-priorities.patch"))))))
|
||||
|
||||
(define local-openmpi
|
||||
openmpi-upstream-4.1.5)
|
||||
openmpi-upstream-4.1.6)
|
||||
|
||||
(define-public openmpi-latest
|
||||
(latest-version local-openmpi gnu:openmpi))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue