mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
bump openmpi version
This commit is contained in:
parent
22bead6ac3
commit
502c6adf58
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue