mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
upgrade to 4.0.4
This commit is contained in:
parent
b154b3cd9c
commit
493b7b5969
1 changed files with 8 additions and 0 deletions
|
@ -220,6 +220,14 @@
|
||||||
(package
|
(package
|
||||||
(inherit openmpi)
|
(inherit openmpi)
|
||||||
(name "glicid-openpmi-gcc-10")
|
(name "glicid-openpmi-gcc-10")
|
||||||
|
(version "4.0.4")
|
||||||
|
(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"))
|
||||||
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-10", gcc-10)
|
(inputs `(("gcc-10", gcc-10)
|
||||||
("gfortran-10", gfortran-10)
|
("gfortran-10", gfortran-10)
|
||||||
,@(package-inputs openmpi)))
|
,@(package-inputs openmpi)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue