aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2023-02-13 16:01:11 -0500
committerLudovic Courtès <ludo@gnu.org>2023-02-27 15:54:10 +0100
commitbe8714b07af70d9bc72f9798970627d0a696ce94 (patch)
treebded5f3a2bf43e4fd28cded3920eb071de406b46
parent7edf42ddf7c452c1071113ed0913240535f50df2 (diff)
downloadguix-be8714b07af70d9bc72f9798970627d0a696ce94.tar
guix-be8714b07af70d9bc72f9798970627d0a696ce94.tar.gz
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>
-rw-r--r--gnu/packages/mpi.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 7918941a79..b318acd4b9 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -54,8 +54,6 @@
#:use-module (ice-9 match))
(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
(name "hwloc")
(version "1.11.13")
@@ -141,7 +139,6 @@ bind processes, and much more.")
(license license:bsd-3)))
(define-public hwloc-2
- ;; Note: 2.x isn't the default yet, see above.
(package
(inherit hwloc-1)
(version "2.9.0")