bump openmpi version

This commit is contained in:
Yann Dupont 2021-01-25 21:39:55 +01:00
parent 22bead6ac3
commit 502c6adf58

View file

@ -381,12 +381,12 @@
(package
(inherit openmpi)
(name "glicid-openpmi-gcc-10")
(version "4.0.5")
(version "4.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.0/openmpi-" version ".tar.gz"))
(sha256 (base32 "01dxs4jrfl4x54g9vrxjp00ymf24gxp1d2hvdzqdfizx85s7fbjp"))
(uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-" version ".tar.gz"))
(sha256 (base32 "02hlg2pgk1np78dqlplwd5qcgrrymy8s49ng4sdrscqmvp1ng112"))
))
(inputs `(("gcc-10", gcc-10)