mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump specific openmpi versio
This commit is contained in:
parent
9c25f4883f
commit
70029d82dd
1 changed files with 7 additions and 7 deletions
|
@ -469,13 +469,13 @@ in the @code{debug} output), and binutils.")))
|
||||||
(package
|
(package
|
||||||
(inherit openmpi)
|
(inherit openmpi)
|
||||||
(name "glicid-openpmi-gcc-11")
|
(name "glicid-openpmi-gcc-11")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(source
|
; (source
|
||||||
(origin
|
; (origin
|
||||||
(method url-fetch)
|
; (method url-fetch)
|
||||||
(uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-" version ".tar.gz"))
|
; (uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-" version ".tar.gz"))
|
||||||
(sha256 (base32 "02hlg2pgk1np78dqlplwd5qcgrrymy8s49ng4sdrscqmvp1ng112"))
|
; (sha256 (base32 "02hlg2pgk1np78dqlplwd5qcgrrymy8s49ng4sdrscqmvp1ng112"))
|
||||||
))
|
; ))
|
||||||
|
|
||||||
(inputs `(("gcc-11", gcc-11)
|
(inputs `(("gcc-11", gcc-11)
|
||||||
("gfortran-11", gfortran-11)
|
("gfortran-11", gfortran-11)
|
||||||
|
|
Loading…
Add table
Reference in a new issue