mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: openmpi: Update to .
* gnu/packages/mpi.scm (openmpi): Update to . mpi openmpi
This commit is contained in:
parent
c11fcc6aa2
commit
6e36c6ed8f
1 changed files with 2 additions and 3 deletions
|
@ -161,7 +161,7 @@ (define-public hwloc-2.0
|
|||
(define-public openmpi
|
||||
(package
|
||||
(name "openmpi")
|
||||
(version "4.0.0")
|
||||
(version "4.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -169,8 +169,7 @@ (define-public openmpi
|
|||
(version-major+minor version)
|
||||
"/downloads/openmpi-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0srnjwzsmyhka9hhnmqm86qck4w3xwjm8g6sbns58wzbrwv8l2rg"))))
|
||||
(base32 "02cpzcp113gj5hb0j2xc0cqma2fn04i2i0bzf80r71120p9bdryc"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("hwloc" ,hwloc "lib")
|
||||
|
|
Loading…
Reference in a new issue