sys-kernel / scx

sched_ext schedulers and tools

Official package sites : https://github.com/sched-ext/scx ·

v1.0.6-r1 :: 0 :: gentoo

Modified
License
GPL-2 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB
Keywords
~amd64
USE flags
debug openrc systemd

v1.0.5-r2 :: 0 :: gentoo

Modified
License
GPL-2 Apache-2.0 BSD-2 BSD ISC MIT MPL-2.0 Unicode-DFS-2016 ZLIB
Keywords
~amd64
USE flags
debug openrc systemd

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
openrc
Enable support for sys-apps/openrc
systemd
Enable use of systemd-specific libraries and features like socket activation or session tracking

llvm_slot

16
Use LLVM 16.
17
Use LLVM 17.
18
Use LLVM 18.

dev-libs / libbpf : Stand-alone build of libbpf from the Linux kernel

sys-apps / openrc : OpenRC manages the services, startup and shutdown of a host

sys-apps / openrc-navi : OpenRC fork with user services support

sys-libs / zlib : Standard (de)compression library

virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils

dev-libs / libbpf : Stand-alone build of libbpf from the Linux kernel

sys-apps / openrc : OpenRC manages the services, startup and shutdown of a host

sys-apps / openrc-navi : OpenRC fork with user services support

sys-libs / zlib : Standard (de)compression library

virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils

Repository mirror & CI · gentoo
Merge updates from master
Matt Jolly · gentoo
*/*: fix rust eclass usedep/mutlilib handling; inherit order
The rust eclass has been updated to directly inject a required MULTILIB_USEDEP when requested. RUST_USEDEP has been renamed to RUST_REQUIRED_USE to be consistent with other eclasses. llvm-r1 should be imported after cargo and the eclass now enables this. Signed-off-by: Matt Jolly <kangie@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Violet Purcell · gentoo
sys-kernel/scx: add 1.0.6
Signed-off-by: Violet Purcell <vimproved@inventati.org> Closes: https://github.com/gentoo/gentoo/pull/39238 Signed-off-by: Florian Schmaus <flow@gentoo.org>
Matt Jolly · gentoo
*/*: update for slotted Rust
Tidyups: - $(cargo_crate_uris) - Rust BDEPENDS come from the eclass except in very rare circumstances (RUST_OPTIONAL=1) - RUST_M{AX,IN}_VER where required. - Suboptimal crate separator (`-` -> `@`) Signed-off-by: Matt Jolly <kangie@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/39218 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Violet Purcell · gentoo
sys-kernel/scx: allow openrc-navi for openrc dependency
Signed-off-by: Violet Purcell <vimproved@inventati.org> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Florian Schmaus · gentoo
sys-kernel/scx: move bpftool from RDEPEND to BDEPEND
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Florian Schmaus · gentoo
sys-kernel/scx: add 1.0.5, drop 1.0.4
This includes some package maintainance improvements, some based on the ::guru ebuild of scx by Violet "vimproved" Purcell (thanks!). - Fix LICENSE, add missing dependant crate licenses - Add openrc USE flag, since the existence of OpenRC is checked by scx's meson.build if the openrc option is enabled - replace the fragile patch with a sed - use the short kernel config names in CONFIG_CHECk - remove the unnecessary -a for emesonargs - install top level README - require llvm_targets_BPF Signed-off-by: Florian Schmaus <flow@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Florian Schmaus · gentoo
Move package scx from sys-apps into sys-kernel
Signed-off-by: Florian Schmaus <flow@gentoo.org>