bump openmpi version & now uses glixid-ucx

This commit is contained in:
Yann Dupont 2020-08-31 20:24:50 +02:00
parent 5397a3c48e
commit cd57c592de

View file

@ -240,16 +240,17 @@
(package
(inherit openmpi)
(name "glicid-openpmi-gcc-10")
(version "4.0.4")
(version "4.0.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-" version ".tar.gz"))
(sha256 (base32 "0cw26vbn56yiknrqcqh0r5gk4gnqzwdi7pbb945587s143s698nw"))
(sha256 (base32 "01dxs4jrfl4x54g9vrxjp00ymf24gxp1d2hvdzqdfizx85s7fbjp"))
))
(inputs `(("gcc-10", gcc-10)
("gfortran-10", gfortran-10)
("glicid-ucx",glicid-ucx)
,@(package-inputs openmpi)))
)
)