3 Commits

Author SHA1 Message Date
Michal Cieslakiewicz
cd97cdf642 Build scripts: add new variables, update MARCH.
Changes to all build scripts:
 * all remaining occurences of 'make -j N' replaced by
   'make -j $(nproc)'
 * obsolete 'atom' machine architecture replaced with
   'bonnell', but both new and old MARCH strings are kept
    for compatibility
 * optimize TMP variable setting
 * add OUTDIR variable (default to $TMP) that defines output
   directory for package; the goal is to simplify building
   in containers

Signed-off-by: Michal Cieslakiewicz <michal.cieslakiewicz@wp.pl>
2022-02-18 19:40:50 +01:00
Michal Cieslakiewicz
bdcd7d5900 Nvidia legacy driver packages updated to version 390.143.
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>
2021-04-20 12:42:33 +02:00
Michal Cieslakiewicz
7b0913d649 l/nvidia-driver: nvidia legacy driver added, version 390.138.
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>
2020-11-23 15:50:36 +01:00