summaryrefslogtreecommitdiff
path: root/gnu/packages/parallel.scm
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-01-17 11:46:52 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:24:52 +0100
commit3a81395fb682944a46153ce8bbad8bf11630b2ba (patch)
tree49b5eb4f781e5f47b6d5d706a3209edca7956b3d /gnu/packages/parallel.scm
parent55d38f72d847fb3baded80c37426793fe60511e3 (diff)
gnu: cpuinfo: Update to 0.0-7.c4b4f4b.
* gnu/packages/parallel.scm (cpuinfo): Update to 0.0-7.c4b4f4b. [inputs]: Remove googletest-1.13; add googletest. Change-Id: I9887a31af10965dc66666b950b822e67ea65d93c Signed-off-by: Rutherther <rutherther@ditigal.xyz>
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 b5250dc11e3..ade83789d83 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -641,8 +641,8 @@ features.")
641 641
642(define-public cpuinfo 642(define-public cpuinfo
643 ;; There's currently no tag on this repo. 643 ;; There's currently no tag on this repo.
644 (let ((revision "6") 644 (let ((revision "7")
645 (commit "b3b25967b5b80406304d575321e572c5f9e5e3c4")) 645 (commit "c4b4f4bf08c0cf486fc3111d0244ebf2a48ad01b"))
646 (package 646 (package
647 (name "cpuinfo") 647 (name "cpuinfo")
648 (version (git-version "0.0" revision commit)) 648 (version (git-version "0.0" revision commit))
@@ -653,7 +653,7 @@ features.")
653 (file-name (git-file-name name version)) 653 (file-name (git-file-name name version))
654 (sha256 654 (sha256
655 (base32 655 (base32
656 "02i4sf6bgw25xsaarbialw9n9plqxqblvh7pjz2sw6cvz1r5n6c6")))) 656 "1gjigxszhjj3422nq50kgffq1iirgl7ik9wf50m2lz64qwb5dkz5"))))
657 (build-system cmake-build-system) 657 (build-system cmake-build-system)
658 (arguments 658 (arguments
659 (list 659 (list
@@ -665,7 +665,7 @@ features.")
665 #~(list "-DBUILD_SHARED_LIBS=ON" 665 #~(list "-DBUILD_SHARED_LIBS=ON"
666 "-DUSE_SYSTEM_LIBS=ON"))) 666 "-DUSE_SYSTEM_LIBS=ON")))
667 (inputs 667 (inputs
668 (list googletest-1.13 googlebenchmark)) 668 (list googletest googlebenchmark))
669 (native-inputs 669 (native-inputs
670 (list python-wrapper)) 670 (list python-wrapper))
671 (synopsis "C/C++ library to obtain information about the CPU") 671 (synopsis "C/C++ library to obtain information about the CPU")