GNU bug report logs -
#61493
[PATCH 0/2] gnu: hwloc: Skip failing test on non-x86 systems.
Previous Next
Reported by: Simon South <simon <at> simonsouth.net>
Date: Mon, 13 Feb 2023 20:58:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 61493 <at> debbugs.gnu.org (full text, mbox):
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.
---
gnu/packages/mpi.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 70b14c30b3..febd0b4124 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -53,8 +53,6 @@ (define-module (gnu packages mpi)
#: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")
@@ -140,7 +138,6 @@ (define-public hwloc-1
(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")
--
2.39.1
This bug report was last modified 2 years and 180 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.