summaryrefslogtreecommitdiff
path: root/gnu/packages/parallel.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-02-15 15:55:50 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-20 14:11:39 +0000
commite542ec72113526e7eefb14e63d013f92d77035a0 (patch)
treed033a073283b6f007d275ce54fda372f8e65b62a /gnu/packages/parallel.scm
parent23c5d19ef865e612e9e9849868f7c0d5b0df297e (diff)
gnu: cpuinfo: Update to 0.0-8.84818a4.
* gnu/packages/parallel.scm (cpuinfo): Update to 0.0-8.84818a4. [native-inputs]: Add python-setuptools to provide the Python distutils module at runtime. Change-Id: I0165dd719426bd0c1b9ac770f627d95f245e3746 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/parallel.scm')
-rw-r--r--gnu/packages/parallel.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index aeb42f172dc..87db6eb8c93 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -594,8 +594,8 @@ features.")
594 594
595(define-public cpuinfo 595(define-public cpuinfo
596 ;; There's currently no tag on this repo. 596 ;; There's currently no tag on this repo.
597 (let ((revision "7") 597 (let ((revision "8")
598 (commit "c4b4f4bf08c0cf486fc3111d0244ebf2a48ad01b")) 598 (commit "84818a41e074779dbb00521a4731d3e14160ff15"))
599 (package 599 (package
600 (name "cpuinfo") 600 (name "cpuinfo")
601 (version (git-version "0.0" revision commit)) 601 (version (git-version "0.0" revision commit))
@@ -606,7 +606,7 @@ features.")
606 (file-name (git-file-name name version)) 606 (file-name (git-file-name name version))
607 (sha256 607 (sha256
608 (base32 608 (base32
609 "1gjigxszhjj3422nq50kgffq1iirgl7ik9wf50m2lz64qwb5dkz5")))) 609 "16mjs2ii45vzjm5fd98698gjfx7fmx2brgwcca03405la9wdyykr"))))
610 (build-system cmake-build-system) 610 (build-system cmake-build-system)
611 (arguments 611 (arguments
612 (list 612 (list
@@ -620,7 +620,7 @@ features.")
620 (inputs 620 (inputs
621 (list googletest googlebenchmark)) 621 (list googletest googlebenchmark))
622 (native-inputs 622 (native-inputs
623 (list python-wrapper)) 623 (list python-setuptools python-wrapper))
624 (synopsis "C/C++ library to obtain information about the CPU") 624 (synopsis "C/C++ library to obtain information about the CPU")
625 (description 625 (description
626 "The cpuinfo library provides a C/C++ and a command-line interface to 626 "The cpuinfo library provides a C/C++ and a command-line interface to