gnu: librseq: Update to revision 2

* gnu/packages/engineering.scm (librseq): Update to revision 2.
[inputs]: Add numactl.
[native-inputs]: Add pkg-config.

Change-Id: I5b4f38e59e0a59156eea42519a1e2e32cbb2fa44
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Olivier Dion 2024-09-01 18:11:10 -04:00 committed by Ludovic Courtès
parent 3ea8a0bfcd
commit 0b32f462c5
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1286,8 +1286,8 @@ (define-public kicad-templates
(define-public librseq (define-public librseq
;; There's no release. ;; There's no release.
(let ((commit "170f840b498e1aff068b90188727a656111bfc2f") (let ((commit "c3ed6b64bbe1944bd8de8b9fde14e7c290f02a90")
(revision "1")) (revision "2"))
(package (package
(name "librseq") (name "librseq")
(version (git-version "0.0.0" revision commit)) (version (git-version "0.0.0" revision commit))
@ -1299,9 +1299,15 @@ (define-public librseq
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rdx59y8y9x8cfmmx5gl66gibkzpk3kw5lrrqhrxan8zr37a055y")))) "046lrfw87gjbr4rvs054s6wk22c4xcmrcww04wkpnxmy5vp33mk3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (list autoconf automake libtool)) (inputs
(list numactl))
(native-inputs
(list autoconf
automake
libtool
pkg-config))
(home-page "https://github.com/compudj/librseq") (home-page "https://github.com/compudj/librseq")
(synopsis "Userspace library for restartable sequences") (synopsis "Userspace library for restartable sequences")
(description "A restartable sequence is a critical region delimited by a (description "A restartable sequence is a critical region delimited by a