mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: openmpi: Set default version to 4.x.
* gnu/packages/mpi.scm (openmpi-4): New variable. (openmpi): Redefine variable. Change-Id: If5bb4429c935982ddaa1a5acbd728367ebbfd6fd Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
208c296f96
commit
4dc1442cc1
1 changed files with 3 additions and 1 deletions
|
@ -188,7 +188,7 @@ (define-public hwloc
|
||||||
;; The latest stable series of hwloc.
|
;; The latest stable series of hwloc.
|
||||||
hwloc-2)
|
hwloc-2)
|
||||||
|
|
||||||
(define-public openmpi
|
(define-public openmpi-4
|
||||||
(package
|
(package
|
||||||
(name "openmpi")
|
(name "openmpi")
|
||||||
(version "4.1.6")
|
(version "4.1.6")
|
||||||
|
@ -312,6 +312,8 @@ (define-public openmpi
|
||||||
;; See file://LICENSE
|
;; See file://LICENSE
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
|
(define-public openmpi openmpi-4)
|
||||||
|
|
||||||
(define-public openmpi-5
|
(define-public openmpi-5
|
||||||
(package
|
(package
|
||||||
(inherit openmpi)
|
(inherit openmpi)
|
||||||
|
|
Loading…
Reference in a new issue