This is the io_uring library, liburing. liburing provides helpers
to setup and teardown io_uring instances, and also a simplified
interface for applications that don't need (or want) to deal with
the full kernel side implementation.
URL: https://github.com/axboe/liburing
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Nvidia legacy binary driver updated to version 390.143.
Affected packages:
l/nvidia-driver - no changes to build script, new package
provides newer versions of libraries included in 390.141
only.
k/kmod-nvidia - this kernel driver builds successfully for
kernels 5.11 with no patches required.
Performance and suspend/resume tested - works as expected.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Removes outdated inclusion of <sys/sysctl.h> which breaks build.
Following the big glibc-2.33 upgrade.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Fixed building with recent icu4c. Compilation flags added.
MiniBrowser enabled. Updated to version 2.30.3.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
This package contains libraries, binaries, config files and X.org
support - basically everything except kernel integration, which
itself has been moved to k/kmod-nvidia package.
Package building process does not perform any sort of installation.
Some files (like CUDA binaries) have been removed.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Fix compilation flag for default selection so proper $MARCH variable
is substituted instead of $ARCH.
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
Treewide change of default MARCH from "sandybridge" (the arch I compile on)
to "native" to better fit other CPU architectures.
Note to Intel Sandy Bridge users: "-march=native" compilation enables "-maes";
this flag was off for "-march=sandybridge" due to AES being apparently not
supported until microcode update. So if you do not have a recent microcode
from Intel loaded early at boot, stick to "-march=sandybridge".
Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>