me
/
guix
Archived
1
0
Fork 0

gnu: hwloc: Remove obsolete comments.

hwloc 2.x become the default with commit 8ec7ca22d3, "gnu: hwloc: Default to
2.x.".

* gnu/packages/mpi.scm (hwloc-1): Remove obsolete comment.
(hwloc-2): Remove obsolete comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Simon South 2023-02-13 16:01:11 -05:00 committed by Ludovic Courtès
parent 7edf42ddf7
commit be8714b07a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 3 deletions

View File

@ -54,8 +54,6 @@
#:use-module (ice-9 match)) #:use-module (ice-9 match))
(define-public hwloc-1 (define-public hwloc-1
;; Note: For now we keep 1.x as the default because many packages have yet
;; to migrate to 2.0.
(package (package
(name "hwloc") (name "hwloc")
(version "1.11.13") (version "1.11.13")
@ -141,7 +139,6 @@ bind processes, and much more.")
(license license:bsd-3))) (license license:bsd-3)))
(define-public hwloc-2 (define-public hwloc-2
;; Note: 2.x isn't the default yet, see above.
(package (package
(inherit hwloc-1) (inherit hwloc-1)
(version "2.9.0") (version "2.9.0")