GNU bug report logs - #76560
[PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c.

Previous Next

Package: guix-patches;

Reported by: Zheng Junjie <z572 <at> z572.online>

Date: Tue, 25 Feb 2025 17:46:02 UTC

Severity: normal

Tags: patch

Done: Z572 <z572 <at> z572.online>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76560 in the body.
You can then email your comments to 76560 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76560; Package guix-patches. (Tue, 25 Feb 2025 17:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Zheng Junjie <z572 <at> z572.online>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 25 Feb 2025 17:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <z572 <at> z572.online>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c.
Date: Wed, 26 Feb 2025 01:44:46 +0800
* gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c.

Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8
---
 gnu/packages/parallel.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index e0496aabb8b..fe2054d841b 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -599,8 +599,8 @@ (define-public pthreadpool
 (define-public cpuinfo
   ;; There's currently no tag on this repo.
   (let ((version "0.0")
-        (revision "4")
-        (commit "ca156f7bc9109c552973414a63d310f76ef0cbf8"))
+        (revision "5")
+        (commit "b73ae6ce38d5dd0b7fe46dbe0a4b5f4bab91c7ea"))
     (package
       (name "cpuinfo")
       (version (git-version version revision commit))
@@ -611,13 +611,14 @@ (define-public cpuinfo
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "12ip6mnmymqhcbi8p98cn109y47pg9ygbj3k96r22dbmr77a50c4"))))
+                  "0ibba4jssvjyd147dyj5lzijgxhmjxf0ishl1wykka1rblmxmli4"))))
       (build-system cmake-build-system)
       (arguments
        (list
         ;; cpuinfo does not work in the build container for aarch64:
         ;; https://github.com/pytorch/cpuinfo/issues/143
-        #:tests? (not (target-aarch64?))
+        #:tests? (not (or (target-aarch64?)
+                          (target-riscv64?)))
         #:configure-flags
         '(list "-DBUILD_SHARED_LIBS=ON"
                "-DUSE_SYSTEM_LIBS=ON")

base-commit: 5ccae0d1bf16c77466809671c17d410d4521a131
prerequisite-patch-id: 46bf75fe0635bbbe7d07adb809176a910127098c
prerequisite-patch-id: 5f1325073b602c32f0f3191617b0ef5b5ad85a96
prerequisite-patch-id: 9bef844d1c23e163090137d900bbd8e4f2561e9f
-- 
2.48.1





Information forwarded to guix-patches <at> gnu.org:
bug#76560; Package guix-patches. (Mon, 10 Mar 2025 13:33:02 GMT) Full text and rfc822 format available.

Message #8 received at 76560 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Zheng Junjie <z572 <at> z572.online>
Cc: 76560 <at> debbugs.gnu.org
Subject: Re: [bug#76560] [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c.
Date: Mon, 10 Mar 2025 14:31:56 +0100
Hello,

Zheng Junjie <z572 <at> z572.online> skribis:

> * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c.
>
> Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8

If “guix build -P1 cpuinfo” passes on x86_64, please push.  (Too bad
qa.guix hasn’t caught up.)

Thank you!

Ludo’.




Reply sent to Z572 <z572 <at> z572.online>:
You have taken responsibility. (Tue, 11 Mar 2025 16:00:04 GMT) Full text and rfc822 format available.

Notification sent to Zheng Junjie <z572 <at> z572.online>:
bug acknowledged by developer. (Tue, 11 Mar 2025 16:00:04 GMT) Full text and rfc822 format available.

Message #13 received at 76560-done <at> debbugs.gnu.org (full text, mbox):

From: Z572 <z572 <at> z572.online>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 76560-done <at> debbugs.gnu.org
Subject: Re: [bug#76560] [PATCH] gnu: cpuinfo: Update to 0.0-5.b73ae6c.
Date: Tue, 11 Mar 2025 23:59:21 +0800
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Hello,
>
> Zheng Junjie <z572 <at> z572.online> skribis:
>
>> * gnu/packages/parallel.scm (cpuinfo): Update to 0.0-5.b73ae6c.
>>
>> Change-Id: I9e2335de54d26f23c02ceb1bdbfd4b61e8cef6f8
>
> If “guix build -P1 cpuinfo” passes on x86_64, please push.  (Too bad
> qa.guix hasn’t caught up.)

Thanks, bulid successed. pushed, closing.

>
> Thank you!
>
> Ludo’.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 09 Apr 2025 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 113 days ago.

Previous Next


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