From 74651adce167facf5a9970dd9b777a6ddb27371e Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 25 Oct 2024 16:24:40 +0200 Subject: [PATCH 1/3] re-enabled wayland for now --- make.conf/00common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.conf/00common b/make.conf/00common index 5ca36bb..cbd0d7c 100644 --- a/make.conf/00common +++ b/make.conf/00common @@ -4,7 +4,7 @@ PORTAGE_STRIP_FLAGS="--strip-unneeded -N __gentoo_check_ldflags__ -R .GCC.comman USE="dist-kernel llvm-libunwind lto zstd" USE="${USE} pulseaudio" -USE="${USE} -cups -gpm -systemd -wayland" +USE="${USE} -cups -gpm -systemd" # -wayland # PYTHON_TARGETS="python3_11 python3_12" From 2aa4782040ee47f6d77dca76a09319cb48c183d1 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 25 Oct 2024 16:25:38 +0200 Subject: [PATCH 2/3] added cuDNN --- package.accept_keywords/cuda | 2 ++ package.license | 1 + 2 files changed, 3 insertions(+) diff --git a/package.accept_keywords/cuda b/package.accept_keywords/cuda index f00e016..82de189 100644 --- a/package.accept_keywords/cuda +++ b/package.accept_keywords/cuda @@ -1,2 +1,4 @@ dev-util/nvidia-cuda-toolkit ~amd64 +dev-libs/cudnn ~amd64 + =x11-drivers/nvidia-drivers-550.54.14 ~amd64 diff --git a/package.license b/package.license index abaa310..ada00b8 100644 --- a/package.license +++ b/package.license @@ -2,6 +2,7 @@ sys-kernel/linux-firmware @BINARY-REDISTRIBUTABLE x11-drivers/nvidia-drivers NVIDIA-r2 dev-util/nvidia-cuda-toolkit NVIDIA-CUDA +dev-libs/cudnn NVIDIA-cuDNN net-im/discord all-rights-reserved From 91d05332548622e3ef376f8f536106a6b463dee7 Mon Sep 17 00:00:00 2001 From: Moritz Gmeiner Date: Fri, 25 Oct 2024 17:41:17 +0200 Subject: [PATCH 3/3] removed rust unstabe flags --- package.accept_keywords/rust | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.accept_keywords/rust b/package.accept_keywords/rust index 6c86e9a..c081c8e 100644 --- a/package.accept_keywords/rust +++ b/package.accept_keywords/rust @@ -1,3 +1,3 @@ -virtual/rust ~amd64 -dev-lang/rust ~amd64 -dev-lang/rust-bin ~amd64 +# virtual/rust ~amd64 +# dev-lang/rust ~amd64 +# dev-lang/rust-bin ~amd64