From 7062e27ded206eba30363a657c1b2047261b4db7 Mon Sep 17 00:00:00 2001 From: Zhou Qiankang Date: Tue, 8 Oct 2024 10:46:44 +0800 Subject: [PATCH] feat: add a blacklist of packages * Don't build packages in the blacklist for various reasons Signed-off-by: Zhou Qiankang --- blacklist.txt | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 blacklist.txt diff --git a/blacklist.txt b/blacklist.txt new file mode 100644 index 0000000..5391cf8 --- /dev/null +++ b/blacklist.txt @@ -0,0 +1,44 @@ +# Only list `pkgbase` here + +# If only one or some of packages in `pkgname` array +# cannot be built, just patch it and DO NOT add its +# `pkgbase` here + +# Binary package that don't have loong64 support +cuda +cudnn +dart +discord +hsa-amd-aqlprofile-bin +nvidia +nvidia-cg-toolkit +nvidia-lts +nvidia-utils +obsidian +opera +reaper +teamspeak3 +teamspeak3-server +vivaldi + +# No hardware support +dosemu +i7z +intel-gmmlib +intel-gpu-tools +intel-graphics-compiler +intel-media-driver +intel-media-sdk +intel-metee +intel-mkl +intel-mkl-static +intel-opencl-clang +intel-ucode +intel-undervolt +libva-intel-driver +throttled +tp_smapi +tp_smapi-lts +tpacpi-bat +xf86-video-intel +xf86-video-openchrome