generated from general-packages/pika-pkg-template
1aa0859654
Some checks failed
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 13s
38 lines
790 B
Plaintext
38 lines
790 B
Plaintext
Source: scx
|
|
Section: misc
|
|
Priority: optional
|
|
Maintainer: Andrea Righi <andrea.righi@canonical.com>
|
|
Standards-Version: 4.5.1
|
|
Build-Depends:
|
|
debhelper-compat (= 13)
|
|
debhelper (>= 11),
|
|
fakeroot,
|
|
linux-libc-dev,
|
|
bpftool,
|
|
libbpf-dev (>= 1.4.0),
|
|
binutils-dev,
|
|
libelf-dev,
|
|
libcap-dev,
|
|
zlib1g-dev,
|
|
pkg-config,
|
|
cmake,
|
|
pkgconf,
|
|
cargo,
|
|
rustc,
|
|
clang,
|
|
llvm,
|
|
llvm-dev,
|
|
jq,
|
|
meson,
|
|
Homepage: https://github.com/sched-ext/scx
|
|
Vcs-Git: https://github.com/sched-ext/scx
|
|
|
|
Package: scx
|
|
Architecture: linux-any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
Description: sched_ext schedulers and tools
|
|
sched_ext is a Linux kernel feature which enables implementing kernel thread
|
|
schedulers in BPF and dynamically loading them. This package contains various
|
|
scheduler implementations and support utilities.
|