GNU bug report logs - #75708
[PATCH 00/11] Update PyTorch to 2.5.1

Previous Next

Package: guix-patches;

Reported by: David Elsing <david.elsing <at> posteo.net>

Date: Mon, 20 Jan 2025 23:31:04 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: David Elsing <david.elsing <at> posteo.net>
To: 75708 <at> debbugs.gnu.org
Cc: David Elsing <david.elsing <at> posteo.net>
Subject: [bug#75708] [PATCH v2 02/14] gnu: cpuinfo: Update to commit ca156f7.
Date: Wed, 22 Jan 2025 18:32:13 +0000
* gnu/packages/parallel.scm (cpuinfo): Update to commit ca156f7.
---
 gnu/packages/parallel.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index 0197891fb6..19da40fe98 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -13,7 +13,7 @@
 ;;; Copyright © 2020 Roel Janssen <roel <at> gnu.org>
 ;;; Copyright © 2021 Stefan Reichör <stefan <at> xsteve.at>
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
-;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
+;;; Copyright © 2024, 2025 David Elsing <david.elsing <at> posteo.net>
 ;;; Copyright © 2024 Romain Garbage <romain.garbage <at> inria.fr>
 ;;; Copyright © 2024 Arun Isaac <arunisaac <at> systemreboot.net>
 ;;; Copyright © 2024 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
@@ -599,8 +599,8 @@ (define-public pthreadpool
 (define-public cpuinfo
   ;; There's currently no tag on this repo.
   (let ((version "0.0")
-        (revision "3")
-        (commit "05332fd802d9109a2a151ec32154b107c1e5caf9"))
+        (revision "4")
+        (commit "ca156f7bc9109c552973414a63d310f76ef0cbf8"))
     (package
       (name "cpuinfo")
       (version (git-version version revision commit))
@@ -611,7 +611,7 @@ (define-public cpuinfo
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0w0kfc1fn9viirkhbr8dgfy9m5clfsg3k9p6kdxhzqpyjhgd252n"))))
+                  "12ip6mnmymqhcbi8p98cn109y47pg9ygbj3k96r22dbmr77a50c4"))))
       (build-system cmake-build-system)
       (arguments
        (list
-- 
2.46.0





This bug report was last modified 171 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.