mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +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
|
||||
(inherit openmpi)
|
||||
(name "glicid-openpmi-gcc-11")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-" version ".tar.gz"))
|
||||
(sha256 (base32 "02hlg2pgk1np78dqlplwd5qcgrrymy8s49ng4sdrscqmvp1ng112"))
|
||||
))
|
||||
(version "4.1.1")
|
||||
; (source
|
||||
; (origin
|
||||
; (method url-fetch)
|
||||
; (uri (string-append "https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-" version ".tar.gz"))
|
||||
; (sha256 (base32 "02hlg2pgk1np78dqlplwd5qcgrrymy8s49ng4sdrscqmvp1ng112"))
|
||||
; ))
|
||||
|
||||
(inputs `(("gcc-11", gcc-11)
|
||||
("gfortran-11", gfortran-11)
|
||||
|
|
Loading…
Add table
Reference in a new issue