mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
3ea8a0bfcd
commit
0b32f462c5
1 changed files with 10 additions and 4 deletions
|
@ -1286,8 +1286,8 @@ (define-public kicad-templates
|
|||
|
||||
(define-public librseq
|
||||
;; There's no release.
|
||||
(let ((commit "170f840b498e1aff068b90188727a656111bfc2f")
|
||||
(revision "1"))
|
||||
(let ((commit "c3ed6b64bbe1944bd8de8b9fde14e7c290f02a90")
|
||||
(revision "2"))
|
||||
(package
|
||||
(name "librseq")
|
||||
(version (git-version "0.0.0" revision commit))
|
||||
|
@ -1299,9 +1299,15 @@ (define-public librseq
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rdx59y8y9x8cfmmx5gl66gibkzpk3kw5lrrqhrxan8zr37a055y"))))
|
||||
"046lrfw87gjbr4rvs054s6wk22c4xcmrcww04wkpnxmy5vp33mk3"))))
|
||||
(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")
|
||||
(synopsis "Userspace library for restartable sequences")
|
||||
(description "A restartable sequence is a critical region delimited by a
|
||||
|
|
Loading…
Reference in a new issue